Indexes  

CATMultiSelectionMode (Enumeration)

enum CATMultiSelectionMode {
  CATMonoSel,
  CATMultiSelTriggWhenSelPerf,
  CATMultiSelTriggWhenUserValidatesSelection
}
Types of multi-selection.
Role: This enum is used by the Selection.SelectElement3 method.
Values:
CATMonoSel
Multi-selection is not supported
CATMultiSelTriggWhenSelPerf
Multi-selection is supported (through a dedicated "Tools Palette" toolbar).
The selection (through a trap for example) is triggered when the selection is performed.
The CTRL and SHIFT keys are not supported.
CATMultiSelTriggWhenUserValidatesSelection
Multi-selection is supported (through a dedicated "Tools Palette" toolbar).
The selection (through a trap for example) is triggered when the user validates the selection.
The CTRL and SHIFT keys are supported.


Copyright © 2006, Dassault Systèmes. All rights reserved.