API Reference > Namespaces > OdEd Namespace > Structs, Records, Enums > OdEd::SelectOptions Enumeration
OdEd::SelectOptions Enumeration
Syntax
C++
enum SelectOptions { kSelDefault = 0x00000000, kSelPickLastPoint = 0x00000001, kSelSingleEntity = 0x00000002, kSelIgnorePickFirst = 0x00000004, kSelSinglePass = 0x00000008, kSelAllowEmpty = 0x00000010, kSelRemove = 0x00000020, kSelLeaveHighlighted = 0x00000040, kSelAllowInactSpaces = 0x00000080, kSelAllowObjects = 0x00000100, kSelAllowPSVP = 0x00000200, kSelAllowSubents = 0x00000400, kSelAllowLocked = 0x00000800, kSelAllowSubentsAlways = 0x00001000 };

EdUserIO.h

Members 
Description 
kSelPickLastPoint = 0x00000001 
Use last entered point as first corner of selection box 
kSelSingleEntity = 0x00000002 
Select single entity 
kSelIgnorePickFirst = 0x00000004 
Clear previous contents of selection set 
kSelSinglePass = 0x00000008 
Use single pass for selection (no pressing Enter is required to finish selection) 
kSelAllowEmpty = 0x00000010 
Empty selection set is allowed 
kSelRemove = 0x00000020 
Remove selected entities from current selection set 
kSelLeaveHighlighted = 0x00000040 
Leave entities highlighted after operation 
kSelAllowInactSpaces = 0x00000080 
Allow selection of all entities not only in active layout 
kSelAllowObjects = 0x00000100 
Allow non-entity objects selection 
kSelAllowPSVP = 0x00000200 
Allow overall Paper Space viewport selection 
kSelAllowSubents = 0x00000400 
Allow subentities selection 
kSelAllowLocked = 0x00000800 
Allow selection of entities on locked layers 
kSelAllowSubentsAlways = 0x00001000 
Allow subentities selection independent on press CTRL 

This is record OdEd::SelectOptions.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.