VectorLayerExtention.ReadFeatures

VectorLayerExtention.ReadFeatures<T> method

使用通用列表读取要素(与 > 相同)。

public static List<T> ReadFeatures<T>(this VectorLayer layer)
    where T : new()
参数描述
T通用类型。
图层要读取的图层。

返回值

要素。

另见