| GeometryCollectionIndexOf 方法  | 
 
            几何对象在集合的位置
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public int IndexOf(
	IGeometry pGeometry
)
Public Function IndexOf ( 
	pGeometry As IGeometry
) As Integer
public:
virtual int IndexOf(
	IGeometry^ pGeometry
) sealed
abstract IndexOf : 
        pGeometry : IGeometry -> int 
override IndexOf : 
        pGeometry : IGeometry -> int 参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
 几何对象
返回值
类型: 
Int32索引
实现
IGeometryCollectionIndexOf(IGeometry) 参见
参见