Click or drag to resize

GM_UtilitySetFeatureClassEnabled Method

Enables or disables the display of the given feature class.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static bool SetFeatureClassEnabled(
	ushort aFeatureClass,
	GM_FeatureClassType_t8 aFeatureClassType,
	bool aEnable
)

Parameters

aFeatureClass
Type: SystemUInt16
IN: Feature class to get info for
aFeatureClassType
Type: GlobalMapper.TypesGM_FeatureClassType_t8
IN: Type of feature class (area, point, line)
aEnable
Type: SystemBoolean
IN: Enable or disable the feature class

Return Value

Type: Boolean
Previous enable/disable state
See Also