Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
SelectOptions.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13[System.Flags] public enum SelectOptions {
14 kSelDefault = 0x00000000,
15 kSelPickLastPoint = 0x00000001,
16 kSelSingleEntity = 0x00000002,
17 kSelIgnorePickFirst = 0x00000004,
18 kSelSinglePass = 0x00000008,
19 kSelAllowEmpty = 0x00000010,
20 kSelRemove = 0x00000020,
21 kSelLeaveHighlighted = 0x00000040,
22 kSelAllowInactSpaces = 0x00000080,
23 kSelAllowObjects = 0x00000100,
24 kSelAllowPSVP = 0x00000200,
25 kSelAllowSubents = 0x00000400,
26 kSelAllowLocked = 0x00000800,
27 kSelAllowSubentsAlways = 0x00001000
28}
29
30}