Global Mapper SDK
| GM_Layer_t .SetAreaFeaturePointListEx Method |
Sets the list of point locations to use for a given area feature, including per-vertex elevations.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetAreaFeaturePointListEx ( uint aFeatureIndex , uint aHoleIndex , GM_Point_t [] aPointList , bool aPosInLayerCoords , float [] aElevList )
Parameters
- aFeatureIndex
-
Type:
System
.
UInt32
Index of area 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
(const 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? - aElevList
-
Type:
System
.
Single
IN: Per-vertex elevations for area feature, or NULL for none
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.