Global Mapper SDK
| GM_Layer_t .SetPointFeaturePosition Method |
Sets the location to use for a given point feature
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetPointFeaturePosition ( uint aFeatureIndex , GM_Point_t aPosition , bool aPosInLayerCoords )
Parameters
- aFeatureIndex
-
Type:
System
.
UInt32
IN: Index of feature in layer - aPosition
-
Type:
GlobalMapper
.
GM_Point_t
New location of point - aPosInLayerCoords
-
Type:
System
.
Boolean
Is 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.