Click or drag to resize

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
Members
  Member nameValueDescription
NewSelection0 New selection (user or via API)
UserPreSelect1 Use is about to select the object
UserPostSelect2 User has selected the object
ClearSelection3 Selection is cleared
See Also