ShapeMultiListParameterItemSelectShapeByCycling Method  | 
 
            Select shapes.
            
 
    Namespace: 
   RootPro.RootProCAD.Command
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract void SelectShapeByCycling(
	Point2d point,
	int cycleCount
)
Public MustOverride Sub SelectShapeByCycling ( 
	point As Point2d,
	cycleCount As Integer
)
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 
See Also