Global Mapper SDK
GM_SetPointFeaturePosition
Sets the position to use for the given point feature. The position can either be specified in the native projection system of the layer ( aPosInLayerCoords is TRUE) or in the current projection as returned by GM_GetProjection ( aPosInLayerCoords is FALSE).
Syntax
C++
Copy
GM_Error_t32 GM_SetPointFeaturePosition
(
GM_LayerHandle_t32 aLayer, // Layer the point is in
uint32 aPointIndex, // Index of point in layer
const GM_Point_t* aPosition, // New location of point
boolean aPosInLayerCoords // Is the position in the layer coordinate system or the current coordinate system?
);