DK11 for .NET | TatukGIS.NDK.TGIS_Shape.IsFieldModifiedEx | Constructors | Fields | Methods | Properties
Test if shape field was modified.
// C# public bool IsFieldModifiedEx( int _id );
' VisualBasic Public Function IsFieldModifiedEx( ByVal _id As Integer ) As Boolean
// Oxygene public function IsFieldModifiedEx( _id : Integer ) : Boolean;
Name | Type | Description |
---|---|---|
_id | int Integer | field index |
Type | Description |
---|---|
bool Boolean | True if field has been modified. |