VectorLayerExtention.GetObjects

VectorLayerExtention.GetObjects<T> method

Read Features using generic list.

public static List<T> GetObjects<T>(this VectorLayer layer)
    where T : new()
ParameterDescription
TThe Generic Type.
layerThe Layer to read.

Return Value

The features.

See Also