Iterates to the next sequential property in the property list.
Syntax
GsFunStat GsPropGetNext(Proplist* pProps, PropEnum*
propID, PropValue PropValue);
Arguments
pProps Pointer to property list structure. Input.
propID The property ID. Output.
PropValue Pointer to union of property values. Output.
Return Values
GS_ERROR
GS_SUCCESS
Prerequisites
GsPropListCreate()
Notes
GeoStan only populates one of the PropValue union members. The populated union member depends on the property output type. If there is no "next" entry, GeoStan returns an error.
Example
See the GsPropFirst example.