DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.Revert | Constructors | Fields | Methods | Properties | Events
Reverts a shape to its original state.
// C# public void Revert( long _uid );
' VisualBasic Public Sub Revert( ByVal _uid As Long )
// Oxygene public procedure Revert( _uid : TGIS_Uid ); virtual;
Name | Type | Description |
---|---|---|
_uid | long TGIS_Uid | Uid of a shape to be reverted |
Use this method to revert a shape indicated by Uid to its file based original state. If shape is not saved, it will be deleted. See MakeEditable.
Here is a simple procedure to revert a shape.