Returns the range handle for the match candidate specified.
Syntax
GsFunStat GsMultipleGetHandle(GsId gs,ints index,GsRangeHandle
*pHandle);
Arguments
GsIdgs ID returned by GsInitWithProps() for the current instance of GeoStan. Input.
intsindex Entry number (0-based) of the possible match. Input.
GsRangeHandle *pHandle Range handle for the possible match entry. Output.
Return Values
GS_SUCCESS
GS_ERROR
Prerequisites
GsNumMultiple()
Notes
This function can extract additional information about a possible match than GsMultipleGet(). It retrieves the range handle for the possible match indicated by the entry argument. Once you have the correct range handle, you can retrieve information by using GsHandleGet().
For a list of elements returned by GsMultipleGet() or GsHandleGet(), see Enums for storing and retrieving data.