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