Description
What's New in .NET ObjectARX for AutoCAD 2024.
New in Autodesk.AutoCAD.Colors
Topic |
Description |
---|---|
Converts an AutoCAD Color Index (ACI) value to System.Drawing.Color taking the current background color into account. |
New in Autodesk.AutoCAD.ApplicationServices
Topic |
Description |
---|---|
This class provides data for the BeginExtraction event of the Application.Core class. | |
Constructor | |
Queues an object for property extraction. The properties extracted are subject to change. | |
A delegate implemented by observers that are interested in when the DwgExtractor begins. | |
This class provides data for the EndExtraction event of the Application.Core class. | |
Adds a property to the property database. | |
Constructor | |
A delegate implemented by observers that are interested in when the DwgExtractor ends. |
New in Autodesk.AutoCAD.DatabaseServices
Topic |
Description |
---|---|
Accesses the corner points (in WCS coordinates) of a box (with edges parallel to the WCS X, Y, and Z axes) that encloses the 3D extents of the entity, and return those points as an instance of class Extents in the "extents" parameter. | |
Accesses the corner points (in WCS coordinates) of a box (with edges parallel to the WCS X, Y, and Z axes) that encloses the 3D extents of the entity, and return those points as an instance of class Extents in the "extents" parameter. | |
Accesses the corner points (in WCS coordinates) of a box (with edges parallel to the WCS X, Y, and Z axes) that encloses the 3D extents of the entity, and return those points as an instance of class Extents in the "extents" parameter. |
New in Autodesk.AutoCAD.Ribbon
Topic |
Description |
---|---|
Indicates the availability of the Performance Analyzer. |
New in Autodesk.Windows
Topic |
Description |
---|---|
Gets and sets the menu item style for the list button. |
New in Autodesk.AutoCAD.ApplicationServices.Core
Topic |
Description |
---|---|
Wraps the AcDwgExtractor::ExtractorReactor::beginExtraction() ObjectARX function. Called at the beginning of the extraction process.Gives clients an opportunity to queue extra objects for property extraction. | |
Wraps the AcDwgExtractor::ExtractorReactor::endExtraction() ObjectARX function. Called at the end of the extraction process.Gives clients an opportunity to add extra properties to extraction results. |