DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.DeleteField | Constructors | Fields | Methods | Properties | Events
Deletes a field.
// C# public void DeleteField( string _name );
' VisualBasic Public Sub DeleteField( ByVal _name As String )
// Oxygene public procedure DeleteField( _name : String ); virtual;
Name | Type | Description |
---|---|---|
_name | string String | name of field to be deleted |
Use this method to delete a field, which will be marked as deleted and final restructure will be performed upon save.
Undelete can be performed by RevertAll.
Internally it uses FieldInfo method with _name param.
This is a simple procedure to manipulate fields.