DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Revert | Methods | Properties
Reverts a shape to its original state.
// C# public void Revert( OleVariant _uid );
' VisualBasic Public Sub Revert( ByVal _uid As OleVariant )
// Oxygene public procedure Revert( _uid : OleVariant );
Name | Type | Description |
---|---|---|
_uid | OleVariant | 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.