Selection operation

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum SelOp
Public Enumeration SelOp
public enum class SelOp

Members

MemberValueDescription
Replace0
Replaces the existing selection (i.e. existing selection is cleared)
Add1
Adds to the existing selection
Subtract2
Removes from the existing selection

See Also