Share

Application Class

Description

The Application object is the root object of the AutoCAD .NET API.

From the Application object, you can access the main application window as well as any drawing open in memory. Once a drawing has been referenced, access the objects in the drawing can be accessed.

Class Hierarchy

Autodesk.AutoCAD.ApplicationServices.Application

C#

public abstract class Application : Application;

Visual Basic

Public abstract Class Application
Inherits Application

Links

Application Methods, Application Properties

Was this information helpful?