ActiveDocument
Object for access to functions used for the current drawing.
|
|
|
FUNC |
COM |
SF |
---|---|---|---|---|---|
Undo |
Calls UNDO. |
void Undo ( ) |
1211.2 |
- |
- |
Example: ActiveDocument
START 59
rem Execution of'Undo'
FUNC delete szn
FUNC ActiveDocument szn
FUNC szn.Undo ()
END