添加一个地理元素
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法IFeature Add(
IGeometry pGeometry,
IAttributes pAttributes
)
Function Add (
pGeometry As IGeometry,
pAttributes As IAttributes
) As IFeature
IFeature^ Add(
IGeometry^ pGeometry,
IAttributes^ pAttributes
)
abstract Add :
pGeometry : IGeometry *
pAttributes : IAttributes -> IFeature
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
几何对象 - pAttributes
- 类型: GISShare.SMap.DataIAttributes
属性表
返回值
类型:
IFeature地理元素
参见