Click or drag to resize

GM_SetFeatureClass

Sets the feature class for the given area, line, or point feature in the given layer.

Syntax
GM_Error_t32 __stdcall GM_SetFeatureClass
(
GM_LayerHandle_t32      aLayer,             // IN: Layer the feature is in
GM_FeatureClassType_t8  aFeatureClassType,  // IN: Type of feature class (area, point, line)
uint32                  aFeatureIndex,      // IN: Index of feature in layer
FeatureClass_t16        aFeatureClass       // IN: New feature class to assign to feature
);