Extended .NET SDK Documentation 2024 SP0
|
Go to the source code of this file.
Namespaces | |
namespace | Teigha |
namespace | Teigha.Core |
Enumerations | |
enum | Teigha.Core.CommonInputOptions : long { Teigha.Core.kInpDefault = 0x00000000 , Teigha.Core.kInpDisallowEmpty = kInpDefault , Teigha.Core.kInpDisallowOther = kInpDisallowEmpty , Teigha.Core.kInpThrowEmpty = (long) 0x80000000 , Teigha.Core.kInpThrowOther = 0x40000000 , Teigha.Core.kInpNonZero = 0x20000000 , Teigha.Core.kInpNonNeg = 0x10000000 , Teigha.Core.kInpThrowEmptyInQuotes = 0x02000000 } |