Description
What's New in .NET ObjectARX for AutoCAD 2023.
New in Autodesk.AutoCAD.ApplicationServices
Topic |
Description |
---|---|
Gets the window associated with a Document object. | |
Fired when a document window is about to be docked from a floating state back to the MDI child frame. | |
A delegate implemented by observers that are interested in document window docked events. | |
This class provides data for the DocumentWindowToBeDocked event of the DocumentWindowCollection class. | |
A delegate implemented by observers that are interested in document window to be docked events. | |
Searches the specified path for a recent document file. |
New in Autodesk.AutoCAD.Customization
Topic |
Description |
---|---|
Accesses the user data. |
New in Autodesk.AutoCAD.Ribbon
Topic |
Description |
---|---|
Accesses the user data assigned to the macro of this object. |
New in Autodesk.AutoCAD.Runtime
Topic |
Description |
---|---|
A delegate implemented by observers that are interested in file closing events. | |
A delegate implemented by observers that are interested in aborted file opening events. | |
This .NET class wraps the AcDbFileOperationReactor ObjectARX class which is used to get all DWG/DXF file open and close operations. | |
Occurs when the drawing has been closed. | |
Occurs when the opening of the drawing has been aborted. | |
Occurs when the drawing is about to be opened. | |
Frees the resources used by the object, similar to a destructor method. | |
Contains file operations event data. | |
Gets the full path of the file for which the event is occurring. | |
This file operation event is for a that is known to be unmodified. | |
This file operation event is for a read-only file or not. | |
This file operation event is for a reference file (i.e. not primary drawing file). | |
This file operation event is for a reload triggered by an ancestor being reloaded. | |
This file operation event is for a file being explicitly reloaded. | |
Vetos the file operation event. | |
Gets the veto status of the file operation event. | |
A delegate implemented by observers that are interested in file opening events. |
New in Autodesk.AutoCAD.Windows
Topic |
Description |
---|---|
Gets the macro insights ID associated with a menu macro. | |
A delegate implemented by observers that are interested in child item visibility update completed events. |