Provides functionality for selecting entities on a CAD image.

The following tables list the members exposed by the CADSelector type.

Name Description
Public constructor CADSelector Initializes a new instance of the CADSelector class.
Top
Name Description
Public property Markers Gets or sets marker collection for entities
Public property PBExtendedSelection Gets or sets a value specifying extended selection mode for CADPolylineBase inherited classes. True allows visual select of an entity by clicking within its contour.
Public property SelectEntitiesCount Gets the number of selected entities
Public property SelectedEntities Gets or sets a list of selected entities
Public property SelectionEntityMode Gets or sets selection activity state.
Public property SelectionMode Gets or sets a state of the Selection tool.
Public property UseShiftToAddSelected Switches visual selection mode. True clears previously selected entities until Shift pressed. False prevents clearing selected entities until Shift pressed.
Top
Name Description
Public method AddEntityToSelectCollection Adds entity to the selected list of entities
Public method ClearSelectCollection Clears collection of selected entities
Public method ClearSelection Undoes selection
Public method Dispose Releases all resources used by the CADSelector instance.
Public method DoSelectEntities (Overloaded) Selects inserted list of entities
Public method DoSelectEntity Selects an entity.
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetSelectEntityRegion Returns the selected area of the image.
Public method GetType (inherited from Object).
Public method InvalidateSelectEntity Redraws a selected entity.
Public method MultipleSelect Providing CAD image entities' multiple selection within a specified rectangle.
Public method MultipleSelectExt Selects all entities inside the inserted rectangle
Public method Static ReferenceEquals (inherited from Object).
Public method Select Selects an entity of the CAD image at the specified point.
Public method SelectEntityExt Selects an entity of the CAD image.
Public method SelectExt Selects an entity of the CAD image at the specified point.
Public method ToString (inherited from Object).
Public method UndoSelect Undoes the selection of all entities
Top