Click or drag to resize

SelectionManagerSelectShapes Method (SelectionTypes, Point2d, SelectionCombineMode)

Select shapes.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void SelectShapes(
	SelectionTypes selectType,
	Point2d[] points,
	SelectionCombineMode mode
)

Parameters

selectType
Type: RootPro.RootProCADSelectionTypes
Specify how to select shapes SelectionTypes Enum member members.
points
Type: RootPro.RootProCAD.GeometryPoint2d
Selection range when selecting a figure array of Point2d representing coordinates of a point sequence
mode
Type: RootPro.RootProCADSelectionCombineMode
Specify the selection mode Members of the SelectionCombineMode enumeration.
See Also