Class |
Description |
---|
Camera |
This is class Autodesk.AutoCAD.EditorInput.Camera. |
ConstraintUtilities |
This is class Autodesk.AutoCAD.EditorInput.ConstraintUtilities. |
CrossingOrWindowSelectedObject | This class describes an object that was selected by a window or window polygon selection. The selection window may or... more |
CrossingOrWindowSelectedSubObject | This class encapsulates a subobject that is selected by the crossing or window selection method. |
CursorBadgeUtilities |
This is class Autodesk.AutoCAD.EditorInput.CursorBadgeUtilities, which provides utility functions to manipulate cursor badges. |
 DrawJig | This class lets the developer create a Jig-based object that can be used to draw graphics and get user input... more |
Editor | This .NET class wraps the AcEditor ObjectARX class. The single system object of a class derived from this abstract base... more |
 EditorExtension |
This is class Autodesk.AutoCAD.EditorInput.EditorExtension. |
EditorUserInteraction | This class allows users to interact with AutoCAD from within an application-defined modal dialog box. The application that defines the... more |
EditorVisualStyle | Description to come. |
 EntityJig | This .NET class wraps the AcEdJig ObjectARX class. It may be implemented to provide on-screen editing capabilities for an application's... more |
FenceSelectedObject | This class describes an object that is selected by fence selection. |
FenceSelectedSubObject | This class encapsulates a subobject that is selected by the fence selection method. |
InputPointContext |
This class provides input parameters for the PointFilter and PointMonitor events. It wraps the input parameters of the AcEdInputPointFilter.processInputPoint() and... more |
 Jig | This .NET class wraps the AcEdJig ObjectARX class.Jig provides a base class from which custom classes can be derived... more |
JigPromptAngleOptions | This class provides a container for command line options that can be passed to the JigPrompts.AcquireAngle() method. |
JigPromptDistanceOptions | This class provides a container for command line options that can be passed to the JigPrompts.AcquireDistance() method. |
 JigPromptGeometryOptions | This is a base class for containers of input arguments for Jig sampling prompts that acquire geometric input. |
 JigPromptOptions | This is the base class for containers of input arguments that may be passed to the Jig sampling prompt. |
JigPromptPointOptions | This class provides a container for command line options that can be passed to the JigPrompts.AcquirePoint() method. |
JigPrompts | This class provides a collection of sampling functions for Jig data acquisition. |
JigPromptStringOptions | This class provides a container for command line options that can be passed to the JigPrompts.AcquireString()> method. |
Keyword | This class represents a keyword in a prompt. |
KeywordCollection | This class holds a collection of Keyword objects. |
LivePreview |
This is class Autodesk.AutoCAD.EditorInput.LivePreview. |
LivePreviewAction |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewAction. |
 LivePreviewActionBase |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewActionBase. |
LivePreviewCommand |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewCommand. |
LivePreviewContextParameter |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewContextParameter. |
LivePreviewContextProxy |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewContextProxy. |
LivePreviewDelegate |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewDelegate. |
LivePreviewEventArgs |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewEventArgs. |
LivePreviewPropertySetting |
This is class Autodesk.AutoCAD.EditorInput.LivePreviewPropertySetting. |
PickPointSelectedObject | This class describes an object that was selected by a single pick. |
PickPointSelectedSubObject | This class encapsulates a subobject that is selected by the pick point selection method. |
PointFilterEventArgs | This class provides data for the PointFilter event. |
PointFilterResult | This class provides output data for the PointFilter event. It wraps the output parameters of the AcEdInputPointFilter.processInputPoint() ObjectARX function. |
PointMonitorEventArgs | This class provides data for the PointMonitor event. |
PromptAngleOptions | This class represents optional parameters for a prompt for an angle. |
PromptAngleOptionsEventArgs | This class provides data for the PromptingForAngle event of the Editor class. |
PromptCornerOptions | This class represents optional parameters for a corner prompt. |
PromptDistanceOptions | This class represents optional parameters for a distance prompt. |
PromptDistanceOptionsEventArgs | This class provides data for the PromptingForDistance event of the Editor class. |
PromptDoubleOptions | This class represents optional parameters for a prompt for a double. |
PromptDoubleOptionsEventArgs | This class provides data for the PromptingForDouble event of the Editor class. |
PromptDoubleResult | This class holds the result of a prompt that returns a double as its primary result. |
PromptDoubleResultEventArgs | This class provides data for the PromptedForDouble> event of the Editor class. |
PromptDragOptions | This class lets applications define custom options to be displayed at the command line before a dragging operation. |
 PromptEditorOptions | This is the base class for command prompt options used in various types of data acquisition. |
PromptEntityOptions | This class represents optional parameters for a prompt for an entity. |
PromptEntityOptionsEventArgs | This class provides data for the PromptingForEntity> event of the Editor class. |
PromptEntityResult | This class holds the result of a prompt that returns an entity as its primary result. |
PromptEntityResultEventArgs | This class provides data for the PromptedForEntity event of the Editor class. |
PromptFileNameResult | This class contains the result returned from prompts that request a file name, such as the Editor.GetFileNameForSave() and Editor.GetFileNameForOpen() methods.... more |
 PromptFileOptions | This is a base class for the File dialog options. |
PromptForEntityEndingEventArgs | This class provides data for the PromptForEntityEnding event of the Editor class. |
PromptForSelectionEndingEventArgs | This class provides data for the PromptForSelectionEnding event of the Editor class. |
PromptIntegerOptions | This class represents optional parameters for a prompt for an integer. |
PromptIntegerOptionsEventArgs | This class provides data for the PromptingForInteger event of the Editor class. |
PromptIntegerResult | This class holds the result of a prompt that returns an integer as its primary result. |
PromptIntegerResultEventArgs | This class provides data for the PromptingForInteger event of the Editor class. |
PromptKeywordOptions | This class represents optional parameters for a prompt for a keyword. |
PromptKeywordOptionsEventArgs | This class provides data for the PromptingForKeyword> event of the Editor class. |
PromptNestedEntityOptions | This class represents optional parameters for a prompt for a nested entity. |
PromptNestedEntityOptionsEventArgs | This class provides data for the PromptingForNestedEntity> event of the Editor class. |
PromptNestedEntityResult | This class holds the result of a prompt that returns a nested entity as its primary result. |
PromptNestedEntityResultEventArgs | This class provides data for the PromptedForNestedEntity event of the Editor class. |
PromptNumericalOptions | This is the base class for types that represent optional parameters for numerical prompts. |
PromptOpenFileOptions | This class contains file dialog configuration options that are passed to the Editor.GetFileNameForOpen()> method. |
 PromptOptions | This is the base class for types that represent optional parameters for prompts. |
PromptPointOptions | This class represents optional parameters for a prompt for point. |
PromptPointOptionsEventArgs | This class provides data for the PromptingForPoint event of the Editor class. |
PromptPointResult | This class holds the result of a prompt that returns a point as its primary result. |
PromptPointResultEventArgs | This class provides data for the PromptedForPoint event of the Editor class. |
PromptResult | This is the base class for classes that hold the result of a prompt operation. |
PromptSaveFileOptions | This class contains file dialog configuration options that are passed to the Editor.GetFileNameForSave() method. |
PromptSelectionOptions | This class provides optional parameters to a selection set prompt. |
PromptSelectionOptionsEventArgs | This class provides data for the PromptingForSelection event of the Editor class. |
PromptSelectionResult | This class represents the result of a prompt for a selection of objects. |
PromptSelectionResultEventArgs | This class provides data for the PromptedForSelection> event of the Editor class. |
PromptStringOptions | This class represents optional parameters for a prompt for a string. |
PromptStringOptionsEventArgs | This class provides data for the PromptingForString event of the Editor class. |
PromptStringResultEventArgs | This class provides data for the PromptedForString event of the Editor class. |
RolloverEventArgs | |
SelectedObject | This is the base class for a selected object. |
SelectedSubObject | This is the base for classes that describe subobjects selected through various techniques. It defines the basic data that describes... more |
SelectionAddedEventArgs | This class provides data for the SelectionAdded event of the Editor class. |
SelectionDetails | This class represents additional details about the selection. |
SelectionFilter | This class describes the kind of filtering to be applied to the object during a selection prompt. |
SelectionRemovedEventArgs | This class provides data for the SelectionRemoved event of the Editor class. |
 SelectionSet |
This class is a collection of objects typically selected by the user. |
SelectionTextInputEventArgs | This class provides data for UnknownInput and KeywordInput events of a PromptSelectionOptions object. |