Editor Class

Autodesk.AutoCAD.EditorInput.Editor
Visual Basic
Public sealed Class Editor
Inherits MarshalByRefObject
C#
public sealed class Editor : MarshalByRefObject;
Description

 

This .NET class wraps the AcEditor ObjectARX class. The single system object of a class derived from this abstract base class allows applications to manage AutoCAD drawing editor notification reactors. Applications can add and remove reactors from the AutoCAD drawing editor reactor chain.

Links