设置组合物标对象指定属性字段的值。

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

语法

C#
public bool SetS57AttributeValue(
	S57FeatureObjectIDInfo collectionFOIDInfo,
	string attributeAcronym,
	Object value
)

参数

collectionFOIDInfo
Type: SuperMap.Chart..::.S57FeatureObjectIDInfo
指定的组合物标对象的特征物标标识信息。
attributeAcronym
Type: System..::.String
指定的组合物标对象的属性简称。
value
Type: System..::.Object
指定的待设置的属性值。

返回值

一个布尔值,用于指示设置属性值是否成功。如果成功,返回 true,否则返回 false。

请参见