DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsFieldModifiedEx | Methods | Properties
Returns whether the field at the specified zero-based index has been modified in the current shape editing context.
// C# public WordBool IsFieldModifiedEx( int _id );
' VisualBasic Public Function IsFieldModifiedEx( ByVal _id As Integer ) As WordBool
// Oxygene public function IsFieldModifiedEx( _id : Integer ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _id | int Integer | Zero-based field index. |
| Type | Description |
|---|---|
| WordBool | True if the field has been modified; otherwise False. |
PURPOSE: Check field-level edit state by index when field positions are already known and repeated name lookup is unnecessary.
BEHAVIOR: Reads the modification flag for the field referenced by _id in the current shape context.
CONSTRAINTS: The index must refer to a valid field in the current layer schema and is meaningful only in the current shape editing context.