设置水深组指定属性的属性值。
命名空间:
SuperMap.Chart程序集: SuperMap.Chart (in SuperMap.Chart)
版本: dll
语法
C# |
---|
public bool SetSoundingGroupAttribute( string soundingFOID, string attributeAcronym, Object value ) |
参数
- soundingFOID
- Type: System..::.String
指定的水深组的特征物标标识,即长名。
- attributeAcronym
- Type: System..::.String
指定的属性简称。
- value
- Type: System..::.Object
指定的属性值。
返回值
一个布尔值,用于指示设置属性值是否成功。如果设置成功,返回 true,否则返回 false。备注
水深可以设置“位置性质”属性(简称:QUAPOS,代码:402),该属性是对空间特性的描述,其他物标目前还不能设置此属性?