dsSelectionRemove_e Enumeration Send Feedback
See Also 
Options to allow and disallow selections. Bitmask.

Syntax

Visual Basic 
Public Enum dsSelectionRemove_e 
   Inherits System.Enum
C# 
public enum dsSelectionRemove_e : System.Enum 
JavaScript 
dsSelectionRemove_e : String
COM native C++ 
enum dsSelectionRemove_e
C++ 
enum dsSelectionRemove_e

Members

MemberDescription
dsSelectionRemove_Cloud128 or 0x80 = Disallow selection of Clouds
dsSelectionRemove_None0 or 0x0 = Allow selection of the entity without any restrictions
dsSelectionRemove_NotInCurrentSpace8 or 0x8 = Disallow selection of the entity if not in current space
dsSelectionRemove_NotInWorkingSet64 or 0x40 = Disallow selection of the entity if not in working set
dsSelectionRemove_NotRectViewports16 or 0x10 = Disallow selection of None Rectangular Viewports
dsSelectionRemove_OnFrozenLayers4 or 0x4 = Disallow selection of the entity if on a frozen Layer
dsSelectionRemove_OnLockedLayers1 or 0x1 = Disallow selection of the entity if on a Layer that is locked
dsSelectionRemove_OnOffLayers2 or 0x2 = Disallow selection of the entity if on a Layer that is turned off
dsSelectionRemove_OverallViewports128 or 0x80 = Disallow selection of Overall Viewports

See Also