globalmapper.FreeLineFeature ============================ .. currentmodule:: globalmapper .. py:function:: FreeLineFeature (GM_LineFeature_t aLineFeature) -> None Frees the resources used by the given line feature. This should be called on each line feature returned by :doc:`GetLineFeature`. :param GM_LineFeature_t aLineFeature: Line feature to free :returns: Nothing :rtype: None