Click or drag to resize

GM_GetFeatureClassInfo

Retrieves information about the given feature class.

Syntax
GM_Error_t32 GM_GetFeatureClassInfo
(
FeatureClass_t16        aFeatureClass,      // IN: Feature class to get info for
GM_FeatureClassType_t8  aFeatureClassType,  // IN: Type of feature class (area, point, line)
GM_FeatureClassInfo_t*  aFeatureClassInfo   // OUT: Info about the feature class
)