FeatureEdit.setFeatureValue Method

AO_J

FeatureEditsetFeatureValue Method
设置要素值,适用于少量要素单个操作,批量操作请使用feature buffer

Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool setFeatureValue(
	IFeature feature,
	string fieldName,
	Object value,
	bool save
)

Parameters

feature
Type: IFeature
要素
fieldName
Type: SystemString
属性字段名称
value
Type: SystemObject
输入值
save
Type: SystemBoolean
是否立即存储更改,同时操作多个属性字段值,在操作最后统一存储会更快

Return Value

Type: Boolean

[Missing <returns> documentation for "M:AO_J.FeatureEdit.setFeatureValue(ESRI.ArcGIS.Geodatabase.IFeature,System.String,System.Object,System.Boolean)"]

Return Value

Type: Boolean
成功,返回true。否则返回false
See Also