VectorLayerExtention.GetObjects

VectorLayerExtention.GetObjects<T> method

使用通用列表读取要素。

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

返回值

要素。

另见