| GeometryCollectionRemoveAt 方法  | 
 
            移除几何对象
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.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
 索引
实现
IGeometryCollectionRemoveAt(Int32) 参见
参见