siSelectionChangeType Enum
Enumerations
enum
siSelectionChangeType
{
siAddedToSelection
= 0,
siRemovedFromSelection
= 1
}
Detailed Description
Specifies the type of operation performed to update the selection.
See also:
Context Attributes
OnEvent callback
Enumeration Type Documentation
enum siSelectionChangeType
Enumerator:
siAddedToSelection
[0] One or more objects added to selection.
siRemovedFromSelection
[1] One or more objects removed from selection.