Global Mapper SDK
| GM_Layer_t .SetFeatureLabel Method |
Sets the display label to use for the feature.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetFeatureLabel ( GM_FeatureClassType_t8 aFeatureClassType , uint aFeatureIndex , string aLabel )
Parameters
- aFeatureClassType
-
Type:
GlobalMapper
.
GM_FeatureClassType_t8
IN: Type of feature class (area, point, line) - aFeatureIndex
-
Type:
System
.
UInt32
IN: Index of feature in layer - aLabel
-
Type:
System
.
String
IN: New display label for feature.
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.