DK11 for Java | tatukgis.jdk.TGIS_LayerVector.Revert | Constructors | Fields | Methods | Properties | Events
Reverts a shape to its original state.
// Java public void Revert( long _uid );
// 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.