根据指定的物标编码值和数据集类型(物标几何类型)获取特征物标数据集。数据集类型有Point, Line, Region, Tabular

命名空间:  SuperMap.Chart
程序集:  SuperMap.Chart (in SuperMap.Chart)
版本: dll

语法

C#
public Dataset GetFeatureDataset(
	int code,
	DatasetType eType
)

参数

code
Type: System..::.Int32
指定的物标编码
eType
Type: SuperMap.Data..::.DatasetType
指定的数据集类型。

返回值

特征物标数据集。

请参见