Click or drag to resize

SelectionManagerSelectShape Method (Shape, SelectionCombineMode)

Select the specified shape.

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 SelectShape(
	Shape shape,
	SelectionCombineMode mode
)

Parameters

shape
Type: RootPro.RootProCADShape
The shape to select.
mode
Type: RootPro.RootProCADSelectionCombineMode
Specify the selection mode Members of the SelectionCombineMode enumeration.
See Also