7.9.8.24. GEL_GetNumericDebugPropertyΒΆ
Return the value of a numeric debug property
Format
GEL_GetNumericDebugProperty( propertyName );
Parameters
propertyName specifies the property name
Description
Return the value of the property
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
int autoResetOnConnect = GEL_GetBoolDebugProperty("AutoResetOnConnect");
string flashFiles = GEL_GetStringDebugProperty("FlashFiles");
int flashTimeout = GEL_GetNumericDebugProperty("FlashTimeoutValue");
Related Topics