globalmapper.SetLineFeaturePointListEx ====================================== .. currentmodule:: globalmapper .. py:function:: SetLineFeaturePointListEx (GM_LayerHandle_t32 aLayer, uint32 aLineIndex, GM_Point_t aPointList, bool aPosInLayerCoords, float aElevList) -> GM_Error_t32 Sets the list of point locations to use for the given line feature, with the elevations of the points passed in *aElevList*. The positions 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 line is in :param uint32 aLineIndex: Index of line in layer :param GM_Point_t aPointList: New list of points for line :param bool aPosInLayerCoords: Are the position in the layer coordinate system or the current coordinate system? :param float_array aElevList: List of per-vertex elevations. Use gm.NULL if no elevation list :returns: Error Code :rtype: GM_Error_t32