Click or drag to resize

SelectionManagerSelectShapeByCycling Method

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 SelectShapeByCycling(
	Point2d point,
	int cycleCount,
	SelectionCombineMode mode
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the pick point when picking a shape Point2d.
cycleCount
Type: SystemInt32
Number of times to select overlapping shapes
mode
Type: RootPro.RootProCADSelectionCombineMode
Specify the selection mode Members of the SelectionCombineMode enumeration.
See Also