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