

Application object extending AcadApplication to provide support for AEC Applications.
VBA object name: |
AecBaseApplication |
---|---|
Create using: |
For VB:
For VBA: |
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 |