Global Mapper SDK
| GM_Layer_t .SetLineFeaturePointListEx Method |
Sets the list of point locations to use for a given line feature, including elevation list.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetLineFeaturePointListEx ( uint aFeatureIndex , GM_Point_t [] aPointList , bool aPosInLayerCoords , float [] aElevList )
Parameters
- aFeatureIndex
-
Type:
System
.
UInt32
IN: Index of feature in layer - aPointList
-
Type:
GlobalMapper
.
GM_Point_t
New list of points for line - aPosInLayerCoords
-
Type:
System
.
Boolean
Are the position in the layer coordinate system or the current coordinate system? - aElevList
-
Type:
System
.
Single
IN: List of per-vertex elevations. Use NULL if no elevation list
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.