AeccApplication Object

Land Auto

   AeccApplication Object 

An instance of the AutoCAD Land Desktop application.

VBA object name:

AeccApplication

Create using:

For VB:
GetObject("Acad.Application") or
reateObject("Acad.Application") then
etInterfaceObject("Aecc.Application")

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

Access via:

Application Property

The properties associated with the AeccApplication 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 (AutoCAD Land Desktop drawing) can be accessed using the ActiveDocument property. The active project (AutoCAD Land Desktop project) can be accessed using the ActiveProject property.

See the Application object in the AutoCAD ActiveX and VBA Reference for information regarding additional Methods, Properties and Events provided through this object.

Methods

None

Properties

ActiveDocument

ActiveProject

Application

Documents

Preferences

Projects

Prototypes

Events

None