获取或设置复合几何对象中的指定序号的子对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public Geometry this[ int index ] { get; set; } |
参数
- index
- Type: System..::.Int32
指定的复合几何对象子对象的序号。
C# |
---|
public Geometry this[ int index ] { get; set; } |