Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
FileAccessMode.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
13public enum FileAccessMode : long {
14 kFileRead = (long) 0x80000000,
15 kFileWrite = 0x40000000,
16 kFileTmp = 0x20000000,
17 kFileDelete = 0x10000000,
18 kNoFlushWhenClosed = 0x08000000
19}
20
21}