| GeometryCollectionInsert 方法  | 
 
            插入一个几何对象
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public void Insert(
	int iIndex,
	IGeometry pGeometry
)
Public Sub Insert ( 
	iIndex As Integer,
	pGeometry As IGeometry
)
public:
virtual void Insert(
	int iIndex, 
	IGeometry^ pGeometry
) sealed
abstract Insert : 
        iIndex : int * 
        pGeometry : IGeometry -> unit 
override Insert : 
        iIndex : int * 
        pGeometry : IGeometry -> unit 参数
- iIndex
- 类型: SystemInt32
 索引
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
 几何对象
实现
IGeometryCollectionInsert(Int32, IGeometry) 参见
参见