Sets a double property.
Syntax
GsFunStat GsPropSetDouble (PropList* pProps, PropEnum
propID,double value);
Arguments
pProps Pointer to property list structure. Input and Output.
propID Property ID. Input.
value Double value. Input.
Return Values
GS_ERROR
GS_SUCCESS
Prerequisites
GsPropListCreate()