Click or drag to resize

ShapeGroupParameterItemSelectShapes Method

Select a shape and set it as a parameter.

Namespace:  RootPro.RootProCAD.Command
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[] point,
	SelectionCombineMode mode
)

Parameters

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