Share

Autodesk.AutoCAD.GraphicsInterface.SelectionFlags Enumeration

Description

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

C#

public enum SelectionFlags {
  None,
  SelectionIgnore
}

Visual Basic

Public Enum SelectionFlags
  None
  SelectionIgnore
End Enum

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?