TileMatrixDictionaryRemoveAt 方法 |
移除一个瓦片矩阵
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void RemoveAt(
int iIndex
)
Public Sub RemoveAt (
iIndex As Integer
)
public:
virtual void RemoveAt(
int iIndex
) sealed
abstract RemoveAt :
iIndex : int -> unit
override RemoveAt :
iIndex : int -> unit
参数
- iIndex
- 类型: SystemInt32
瓦片矩阵索引
实现
ITileMatrixDictionaryRemoveAt(Int32)
参见