globalmapper.SetPointFeaturePosition ==================================== .. currentmodule:: globalmapper .. py:function:: SetPointFeaturePosition (GM_LayerHandle_t32 aLayer, uint32 aPointIndex, GM_Point_t aPosition, bool aPosInLayerCoords) -> GM_Error_t32 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 :doc:`GetProjection<../measure/globalmapper.GetProjection>` (*aPosInLayerCoords* is FALSE). :param GM_LayerHandle_t32 aLayer: Layer the point is in :param uint32 aPointIndex: Index of point in layer :param GM_Point_t aPosition: New location of point :param bool aPosInLayerCoords: Is the position in the layer coordinate system or the current coordinate system? :returns: Error Code :rtype: GM_Error_t32