Retrieves a double property.
Syntax
GsFunStat GsPropGetDouble (PropList* pProps,
PropEnum propID,double *pdValue);
Arguments
pProps Pointer to property list structure. Input.
propID The property ID. Input.
*pdValue The double value of the property. Output.
Return Values
GS_SUCCESS
GS_ERROR
Prerequisites
GsPropListCreate()