Represents selection types.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
Public Enumeration SelectType
 
public enum class SelectType
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| Window | 
1 | 
Selection is defined with two points that represent a
rectangle. Only those objects are selected that are located
entirely inside the selection area. | 
| Crossing | 
2 | 
Selection is defined with two points that represent a
rectangle. Only those objects are selected that are located either
entirely inside the selection area or intersect it. | 
 
See Also