ArcObjects Library Reference  (GeoDatabase)    

IRowChanges.ValueChanged Property

Indicates whether the value of the field at the specified index has changed since the last call to Store on the Row object.

[Visual Basic 6.0]
Property ValueChanged(
    ByVal Index As Long _
) As Boolean
[Visual Basic .NET]
Public Function get_ValueChanged ( _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool get_ValueChanged (
    int Index
);
[Java]
public boolean isValueChanged (
    Long Index
)
[C++]
HRESULT get_ValueChanged(
  long Index,
  VARIANT_BOOL* changed
);
[C++]

Parameters

Index [in]

  Index is a parameter of type long

changed [out, retval]

  changed is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRowChanges Interface

 


Feedback Send feedback on this page