VectorLayerExtention.ReadFeatures

VectorLayerExtention.ReadFeatures<T> method

Read Features using generic list (the same as >).

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

Return Value

The features.

See Also