Share

Autodesk.AutoCAD.GraphicsInterface.SelectionFlags Enumeration

Description

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

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.

Was this information helpful?