7.9.8.21. GEL_GetBoolDebugPropertyΒΆ
Return the value of a boolean debug property
Format
GEL_GetBoolDebugProperty( 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