向集合中添加三维点对象,添加成功返回被添加对象的序号。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public int Add( Point3D point ) |
参数
- point
- Type: SuperMap.Data..::.Point3D
要添加到此三维点集合对象中的三维点对象。
C# |
---|
public int Add( Point3D point ) |