IGeometryCollectionAdd 方法 |
添加一个几何对象
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void Add(
IGeometry pGeometry
)
Sub Add (
pGeometry As IGeometry
)
void Add(
IGeometry^ pGeometry
)
abstract Add :
pGeometry : IGeometry -> unit
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
几何对象
参见