Click or drag to resize

GM_LineFeature_tSetLineClassEnabled 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 SetLineClassEnabled(
	LineFeatureClass_t16 aFeatureClass,
	bool aEnable
)

Parameters

aFeatureClass
Type: GlobalMapperLineFeatureClass_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