FeatureEdit.setFeatureBufferValue Method

AO_J

FeatureEditsetFeatureBufferValue Method
设置feature buffer的字段值,配合feature cursor进行批量操作

Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool setFeatureBufferValue(
	IFeatureBuffer feaBuf,
	string fieldName,
	Object value
)

Parameters

feaBuf
Type: IFeatureBuffer
IFeatureBuffer对象
fieldName
Type: SystemString
字段名称
value
Type: SystemObject
输入值

Return Value

Type: Boolean

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

See Also