Autodesk.AutoCAD.GraphicsInterface.SelectionFlags Enumeration   MG2009New

Visual Basic
Public Enum SelectionFlags
  None
  SelectionIgnore
End Enum
C#
public enum SelectionFlags {
  None,
  SelectionIgnore
}
Members
Members 
Description 
None 
Indicates that drawable will not have any selection flags. 
SelectionIgnore 
Indicates that drawable will not be selectable when doing selection. This flag is only effective on transient. 
Description

This .NET enum is a wrapper for AcGiSubEntityTraits::SelectionFlags.