Click or drag to resize

Active Class

Provides easy access to several "active" objects in AutoCAD runtime environment.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionActive

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class Active

The Active type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDatabase
Gets the active Database object.
Public propertyStatic memberDocument
Gets the active Document object.
Public propertyStatic memberEditor
Gets the active Editor object.
Top
See Also