AecBaseApplication Object

AEC Auto

   Aec Base Application Object 

Application object extending AcadApplication to provide support for AEC Applications.

VBA object name:

AecBaseApplication

Create using:

For VB:
GetObject("Acad.Application") or
CreateObject("Acad.Application") then
GetInterfaceObject("AecBase.Application")

For VBA:
not applicable. The application is always available.

Access via:

Application Property

The properties associated with the AecBaseApplication object reflect the properties of the main application window. The methods control the loading or listing of the currently loaded external applications and interface objects.

The active document (Autodesk Architectural Desktop drawing) can be accessed using the ActiveDocument property. See the AcadApplication object in the AutoCAD ActiveX and VBA Reference for information regarding the Methods, Properties and Events provided through this object.

Methods

Eval

GetAcadState

GetInterfaceObject

Init

ListArx

LoadArx

LoadDVB

Quit

RunMacro

UnloadArx

UnloadDVB

Update

ZoomAll

ZoomCenter

ZoomExtents

ZoomPickWindow

ZoomPrevious

ZoomScaled

ZoomWindow

Properties

ActiveDocument

Application

Caption

Documents

FullName

Height

LocaleId

MenuBar

MenuGroups

Name

Path

Preferences

StatusId

VBE

Version

Visible

Width

WindowLeft

WindowState

WindowTop