Click or drag to resize

GM_SetFeatureClassEnabled

Enables or disables the display of the given feature class. The previous enable/disable state is returned.

Syntax
boolean GM_SetFeatureClassEnabled
(
FeatureClass_t16        aFeatureClass,      // IN: Feature class to get info for
GM_FeatureClassType_t8  aFeatureClassType,  // IN: Type of feature class (area, point, line)
boolean                 aEnable             // IN: Enable or disable the feature class
)