GM_Utility .GetFeatureClassInfo Method
Retrieves information about a given feature class

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 GetFeatureClassInfo(
                        ushort aFeatureClass,
                        GM_FeatureClassType_t8 aFeatureClassType,
                        out GM_FeatureClassInfo_t aFeatureClassInfo
                )

Parameters

aFeatureClass
Type:  System.UInt16
IN: Feature class to get info for
aFeatureClassType
Type: GlobalMapper.Types.GM_FeatureClassType_t8
IN: Type of feature class (area, point, line)
aFeatureClassInfo
Type: GlobalMapper.Types.GM_FeatureClassInfo_t
OUT: Info about the feature class

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also