FreeLineFeature

globalmapper.FreeLineFeature(GM_LineFeature_t aLineFeature) None[source]

Frees the resources used by the given line feature. This should be called on each line feature returned by GetLineFeature.

Parameters:

aLineFeature (GM_LineFeature_t) – Line feature to free

Returns:

Nothing

Return type:

None

Example

The following is an example of FreeLineFeature.:

gm.FreeLineFeature(feature)

For more context refer to the tutorial page on full example scripts.