| SelectionState_e Enumeration |
State of the object selection
Namespace:
CodeStack.SwEx.AddIn.Enums
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public enum SelectionState_e
Public Enumeration SelectionState_e
public enum class SelectionState_e
Members
| Member name | Value | Description |
---|
| NewSelection | 0 |
New selection (user or via API)
|
| UserPreSelect | 1 |
Use is about to select the object
|
| UserPostSelect | 2 |
User has selected the object
|
| ClearSelection | 3 |
Selection is cleared
|
See Also