IBcadDocument Class
Overview
The IBcadDocument defines the document.
Inheritance Hierarchy
- IDispatch
- IBcadDocument
Namespace: Beaver
Properties
| Name | Description |
|---|---|
Path |
Gets the path of the doucment. |
Utility |
Gets the utility object of the document. |
Views |
Gets the views of the document. |
Methods
| Name | Description |
|---|---|
Close |
Closes the document. |
Activate |
Activates the document. |
Save |
Saves the document. |
SaveAs |
Saves as the document with specific file name. |
SendCommand |
Sends a command. |
Undo |
Undo the document. |
UndoMark |
Set undo mark in the document. |
Redo |
Redo the document. |

