获取空间物标对象指定属性的值。

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

语法

C#
public Object GetSpatialAttribute(
	string spatialObjectID,
	string attributeAcronym
)

参数

spatialObjectID
Type: System..::.String
指定的空间对象的标识符。关于“空间物标对象的唯一标识”,请参阅 S57FeatureToSpatialPointer 类的 SpatialObjectID 属性。
attributeAcronym
Type: System..::.String
指定的要获取值的属性的简称。

返回值

空间物标对象指定属性的值。

请参见