Click or drag to resize

GM_AreaFeature_tSetAreaClassEnabled Method

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

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static bool SetAreaClassEnabled(
	AreaFeatureClass_t16 aFeatureClass,
	bool aEnable
)

Parameters

aFeatureClass
Type: GlobalMapperAreaFeatureClass_t16
IN: Feature class to get info for
aEnable
Type: SystemBoolean
IN: Enable or disable the feature class

Return Value

Type: Boolean
Previous Enable/Disable State
See Also