Click or drag to resize

SelectionManagerSelectShape Method (Shape, Layout, 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,
	Layout layout,
	SelectionCombineMode mode
)

Parameters

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