Click or drag to resize

SelectionTypes Enumeration

How to select shapes. This enumeration can be specified by combining multiple values.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
[FlagsAttribute]
public enum SelectionTypes
Members
  Member nameValueDescription
Default0 unspecified
Rectangle1 rectangular range
Polygon2 polygon range
Point4 Point specification
Line8 Geometry intersecting the line
Polyline16 Geometry intersecting continuous line
All256 All selection methods
See Also