Feature 构造函数 (Int32, IGeometry, IAttributes) |
地理元素 构造函数
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Feature(
int iOID,
IGeometry pGeometry,
IAttributes pAttributes
)
Public Sub New (
iOID As Integer,
pGeometry As IGeometry,
pAttributes As IAttributes
)
public:
Feature(
int iOID,
IGeometry^ pGeometry,
IAttributes^ pAttributes
)
new :
iOID : int *
pGeometry : IGeometry *
pAttributes : IAttributes -> Feature
参数
- iOID
- 类型: SystemInt32
OID唯一标识 - pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
几何对象 - pAttributes
- 类型: GISShare.SMap.DataIAttributes
属性表
参见