获取组合物标对象指定属性的值。

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

语法

C#
public Object GetS57AttributeValue(
	S57FeatureObjectIDInfo collectionFOIDInfo,
	string attributeAcronym
)

参数

collectionFOIDInfo
Type: SuperMap.Chart..::.S57FeatureObjectIDInfo
指定的组合物标对象的特征物标标识信息。
attributeAcronym
Type: System..::.String
指定的要获取值的属性的简称。

返回值

指定属性的值。

请参见