Click or drag to resize

SelectionManager Class

Represents an object that manages selected shapes.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADSelectionManager

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class SelectionManager

The SelectionManager type exposes the following members.

Constructors
  NameDescription
Protected methodSelectionManager
Initializes a new instance of the SelectionManager class
Top
Properties
  NameDescription
Public propertyDocument
Get the associated document.
Public propertySelectedShapes
Get a collection of selected shapes.
Public propertySelectionGroups
Get a collection of selected shape groups.
Top
Methods
  NameDescription
Public methodClearSelection
Unselect all shapes.
Public methodClearSelection(Shape)
Deselect the selected shape.
Public methodClearSelection(Shape)
Unselect the specified geometry.
Public methodCreateSelectionFilter
Get the selection filter object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilterSelection
Execute filtering of selected shapes.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvertSelection
Invert the selection state.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnSelectionChanged
Raise SelectionChanged event.
Public methodSelectAll
Select all shapes.
Public methodSelectPrevious
Reselect the previously selected shape.
Public methodSelectShape(Shape, SelectionCombineMode)
Select the specified shape.
Public methodSelectShape(Shape, Layout, SelectionCombineMode)
Select the specified shape.
Public methodSelectShapeByCycling
Select shapes.
Public methodSelectShapes(Shape, SelectionCombineMode)
Select the specified multiple shape.
Public methodSelectShapes(SelectionTypes, Point2d, SelectionCombineMode)
Select shapes.
Public methodSelectShapes(Shape, Layout, SelectionCombineMode)
Select the specified multiple shape.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventSelectionChanged
Occurs when the selection state of the shape is changed.
Top
See Also