SelectionType Enumeration

Specifies which elements to select when using the SelectRegions(SelectionType) method.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public enum SelectionType

Members

ByRectangle0 Selects only those elements that are in the selection.
All1 Selects all elements of the current sheet.
None2 Deselects all elements (if any) on the sheet.

See Also