GM_UtilityGetFeatureClassInfo 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 public static GM_Error_t32 GetFeatureClassInfo(
ushort aFeatureClass,
GM_FeatureClassType_t8 aFeatureClassType,
out GM_FeatureClassInfo_t aFeatureClassInfo
)
Public Shared Function GetFeatureClassInfo (
aFeatureClass As UShort,
aFeatureClassType As GM_FeatureClassType_t8,
<OutAttribute> ByRef aFeatureClassInfo As GM_FeatureClassInfo_t
) As GM_Error_t32
public:
static GM_Error_t32 GetFeatureClassInfo(
unsigned short aFeatureClass,
GM_FeatureClassType_t8 aFeatureClassType,
[OutAttribute] GM_FeatureClassInfo_t% aFeatureClassInfo
)
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) - aFeatureClassInfo
- Type: GlobalMapper.TypesGM_FeatureClassInfo_t
OUT: Info about the feature class
Return Value
Type:
GM_Error_t32A GM Error Code
See Also