Sets a string property.
Note: If you intend to use the same Find property settings for all your
address records, try to construct your application to set the Find
properties once before processing. It is unnecessary to reset the
properties again to the same values for each address record.
However, if required, you can change Find property values for
individual searches. Performance may be negatively affected by
resetting for individual record searches. Reset Find properties
between address searches only if changing the Find property value is
necessary.
Syntax
GsFunStat GsPropSetStr (PropList* pProps, PropEnum
propID, gs_const_str value);
Arguments
pProps Pointer to property list structure. Input and Output.
propID Property ID. Input.
value String value. Input.
Return Values
GS_ERROR
GS_SUCCESS
Prerequisites
GsPropListCreate()
Example
GsFunStat retval;
PropList findProps;
retval = GsPropListCreate(&findProps, GS_FIND_PROP_LIST_TYPE);
retval = GsPropSetStr(&findProps, GS_FIND_CLIENT_CRS, "NAD83");