Global Mapper SDK
| GM_Layer_t .SetAreaFeaturePointList Method |
Sets the list of point locations to use for a given area feature
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetAreaFeaturePointList ( uint aFeatureIndex , uint aHoleIndex , GM_Point_t [] aPointList , bool aPosInLayerCoords )
Parameters
- aFeatureIndex
-
Type:
System
.
UInt32
IN: Index of feature in layer - aHoleIndex
-
Type:
System
.
UInt32
Index of hole to apply locations to (0 for main parent area, 1 for first hole, etc.) - aPointList
-
Type:
GlobalMapper
.
GM_Point_t
New list of points for area - aPosInLayerCoords
-
Type:
System
.
Boolean
Are the position in the layer coordinate system or the current coordinate system?
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.