Share

Autodesk.AutoCAD.EditorInput Namespace

Description

This is namespace Autodesk.AutoCAD.EditorInput.

Dynamic-Link Library (DLL)

AcCoreMgd.dll and AcMgd.dll

Classes

Class Description
Camera This is class Autodesk.AutoCAD.EditorInput.Camera.
ConstraintUtilities This is class Autodesk.AutoCAD.EditorInput.ConstraintUtilities.
CrossingOrWindowSelectedObjectThis class describes an object that was selected by a window or window polygon selection. The selection window may or... more
CrossingOrWindowSelectedSubObjectThis 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.
DrawJigThis class lets the developer create a Jig-based object that can be used to draw graphics and get user input... more
EditorThis .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.
EditorUserInteractionThis class allows users to interact with AutoCAD from within an application-defined modal dialog box. The application that defines the... more
EditorVisualStyleDescription to come.
EntityJigThis .NET class wraps the AcEdJig ObjectARX class. It may be implemented to provide on-screen editing capabilities for an application's... more
FenceSelectedObjectThis class describes an object that is selected by fence selection.
FenceSelectedSubObjectThis 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
JigThis .NET class wraps the AcEdJig ObjectARX class.Jig provides a base class from which custom classes can be derived... more
JigPromptAngleOptionsThis class provides a container for command line options that can be passed to the JigPrompts.AcquireAngle() method.
JigPromptDistanceOptionsThis class provides a container for command line options that can be passed to the JigPrompts.AcquireDistance() method.
JigPromptGeometryOptionsThis is a base class for containers of input arguments for Jig sampling prompts that acquire geometric input.
JigPromptOptionsThis is the base class for containers of input arguments that may be passed to the Jig sampling prompt.
JigPromptPointOptionsThis class provides a container for command line options that can be passed to the JigPrompts.AcquirePoint() method.
JigPromptsThis class provides a collection of sampling functions for Jig data acquisition.
JigPromptStringOptionsThis class provides a container for command line options that can be passed to the JigPrompts.AcquireString()> method.
KeywordThis class represents a keyword in a prompt.
KeywordCollectionThis 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.
PickPointSelectedObjectThis class describes an object that was selected by a single pick.
PickPointSelectedSubObjectThis class encapsulates a subobject that is selected by the pick point selection method.
PointFilterEventArgsThis class provides data for the PointFilter event.
PointFilterResultThis class provides output data for the PointFilter event. It wraps the output parameters of the AcEdInputPointFilter.processInputPoint() ObjectARX function.
PointMonitorEventArgsThis class provides data for the PointMonitor event.
PromptAngleOptionsThis class represents optional parameters for a prompt for an angle.
PromptAngleOptionsEventArgsThis class provides data for the PromptingForAngle event of the Editor class.
PromptCornerOptionsThis class represents optional parameters for a corner prompt.
PromptDistanceOptionsThis class represents optional parameters for a distance prompt.
PromptDistanceOptionsEventArgsThis class provides data for the PromptingForDistance event of the Editor class.
PromptDoubleOptionsThis class represents optional parameters for a prompt for a double.
PromptDoubleOptionsEventArgsThis class provides data for the PromptingForDouble event of the Editor class.
PromptDoubleResultThis class holds the result of a prompt that returns a double as its primary result.
PromptDoubleResultEventArgsThis class provides data for the PromptedForDouble> event of the Editor class.
PromptDragOptionsThis class lets applications define custom options to be displayed at the command line before a dragging operation.
PromptEditorOptionsThis is the base class for command prompt options used in various types of data acquisition.
PromptEntityOptionsThis class represents optional parameters for a prompt for an entity.
PromptEntityOptionsEventArgsThis class provides data for the PromptingForEntity> event of the Editor class.
PromptEntityResultThis class holds the result of a prompt that returns an entity as its primary result.
PromptEntityResultEventArgsThis class provides data for the PromptedForEntity event of the Editor class.
PromptFileNameResultThis class contains the result returned from prompts that request a file name, such as the Editor.GetFileNameForSave() and Editor.GetFileNameForOpen() methods.... more
PromptFileOptionsThis is a base class for the File dialog options.
PromptForEntityEndingEventArgsThis class provides data for the PromptForEntityEnding event of the Editor class.
PromptForSelectionEndingEventArgsThis class provides data for the PromptForSelectionEnding event of the Editor class.
PromptIntegerOptionsThis class represents optional parameters for a prompt for an integer.
PromptIntegerOptionsEventArgsThis class provides data for the PromptingForInteger event of the Editor class.
PromptIntegerResultThis class holds the result of a prompt that returns an integer as its primary result.
PromptIntegerResultEventArgsThis class provides data for the PromptingForInteger event of the Editor class.
PromptKeywordOptionsThis class represents optional parameters for a prompt for a keyword.
PromptKeywordOptionsEventArgsThis class provides data for the PromptingForKeyword> event of the Editor class.
PromptNestedEntityOptionsThis class represents optional parameters for a prompt for a nested entity.
PromptNestedEntityOptionsEventArgsThis class provides data for the PromptingForNestedEntity> event of the Editor class.
PromptNestedEntityResultThis class holds the result of a prompt that returns a nested entity as its primary result.
PromptNestedEntityResultEventArgsThis class provides data for the PromptedForNestedEntity event of the Editor class.
PromptNumericalOptionsThis is the base class for types that represent optional parameters for numerical prompts.
PromptOpenFileOptionsThis class contains file dialog configuration options that are passed to the Editor.GetFileNameForOpen()> method.
PromptOptionsThis is the base class for types that represent optional parameters for prompts.
PromptPointOptionsThis class represents optional parameters for a prompt for point.
PromptPointOptionsEventArgsThis class provides data for the PromptingForPoint event of the Editor class.
PromptPointResultThis class holds the result of a prompt that returns a point as its primary result.
PromptPointResultEventArgsThis class provides data for the PromptedForPoint event of the Editor class.
PromptResultThis is the base class for classes that hold the result of a prompt operation.
PromptSaveFileOptionsThis class contains file dialog configuration options that are passed to the Editor.GetFileNameForSave() method.
PromptSelectionOptionsThis class provides optional parameters to a selection set prompt.
PromptSelectionOptionsEventArgsThis class provides data for the PromptingForSelection event of the Editor class.
PromptSelectionResultThis class represents the result of a prompt for a selection of objects.
PromptSelectionResultEventArgsThis class provides data for the PromptedForSelection> event of the Editor class.
PromptStringOptionsThis class represents optional parameters for a prompt for a string.
PromptStringOptionsEventArgsThis class provides data for the PromptingForString event of the Editor class.
PromptStringResultEventArgsThis class provides data for the PromptedForString event of the Editor class.
RolloverEventArgs
SelectedObjectThis is the base class for a selected object.
SelectedSubObjectThis is the base for classes that describe subobjects selected through various techniques. It defines the basic data that describes... more
SelectionAddedEventArgsThis class provides data for the SelectionAdded event of the Editor class.
SelectionDetailsThis class represents additional details about the selection.
SelectionFilterThis class describes the kind of filtering to be applied to the object during a selection prompt.
SelectionRemovedEventArgsThis class provides data for the SelectionRemoved event of the Editor class.
SelectionSet This class is a collection of objects typically selected by the user.
SelectionTextInputEventArgsThis class provides data for UnknownInput and KeywordInput events of a PromptSelectionOptions object.

Enumerations

Enumeration Description
AddedKeywords This enumeration is used to add object selection keywords to the prompt message displayed using the PromptSelectionOptions class.
CursorTypeThis .NET class wraps the AcEdJig::CursorType ObjectARX enum. It gives the type of cursor that are available.
DragCursorThis enum lists the cursor types that may be used while dragging.
LivePreviewContextType This is record Autodesk.AutoCAD.EditorInput.LivePreviewContextType.
ObjectSnapMasksThis .NET enum wraps the AcDb::OsnapMask ObjectARX enum.
PickPointKindThis enumeration describes the possible shapes of a pick point.
PointHistoryBitsThis .NET enum wraps the Acad::PointHistory ObjectARX enum.This enums represent bits in a history value that indicates what point... more
PromptStatusThis .NET class wraps the Acad::PromptStatus ObjectARX class.These values are similar to the RT return status values defined in... more
SamplerStatusThis enumeration represents the outcome of a sampling prompt.
SelectionFlagsThis .NET class wraps the AcEdSSGet::AcEdSSGetFlags ObjectARX enumeration.This enumeration contains the flag settings for an entity selection process. The... more
SelectionMethod This enumeration denotes various AutoCAD object selection methods.
SelectionMode This .NET class wraps the AcEdSSGetModes ObjectARX enumeration.This enumeration contains the mode settings for an entity selection process. The... more
SubtractedKeywords This enumeration is used to remove object selection keywords from the prompt message displayed using the PromptSelectionOptions class.
UserInputControlsThis .NET class wraps the AcEdJig::UserInputControls ObjectARX class.Returns the bitwise OR'd value of all user input control settings in... more

Structures

Structure Description
PickPointDescriptorThis class describes the shape of a pick point.

Was this information helpful?