Aec Base Document
Object
An AEC drawing object, extending the AcadDocument to provide support for general AEC objects.
Note:This object is actually a component of the AecXUIBase object model, which represents user interface objects.
|
VBA object name: |
AecBaseDocument |
|---|---|
|
Create using: |
Documents.Add |
|
Access via: |
Documents.Item |
The Preferences property provides access to drawing settings.
The active document can be accessed through the ActiveDocument property of the AecBaseApplication object, after initializing AecBaseApplication. For example:
Dim doc As AecBaseDocument
Dim app As New AecBaseApplication
app.Init ThisDrawing.Application
Set doc = app.ActiveDocument
|
Methods |
Properties |