This .NET enum is a wrapper for AcGiSubEntityTraits::SelectionFlags.
Public Enum SelectionFlags None SelectionIgnore End Enum
public enum SelectionFlags { None, SelectionIgnore }
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. |
Comments? |