获取选择集中指定几何对象的系统 ID (即为其属性数据中SmID 字段的值)。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public int this[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定几何对象的序列号。
C# |
---|
public int this[ int index ] { get; } |