Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxPreferencesOpenSave.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
18public class CFxPreferencesOpenSave : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxPreferencesOpenSave(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(CFxPreferencesOpenSave obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
53 public virtual bool GetFullCRCValidation() {
56 return ret;
57 }
58
59 public virtual void SetFullCRCValidation(bool value) {
62 }
63
67 return ret;
68 }
69
70 public virtual void SetTempFileExtension(CFxString value) {
73 }
74
75 public virtual Int32 GetProxyImage() {
76// test csout
77 /*SIMPLETYPE*/
80 return ret;
81 }
82
83 public virtual void SetProxyImage(Int32 /*SIMPLETYPE cstype*/ value) {
86 }
87
88 public virtual bool GetAutoAudit() {
91 return ret;
92 }
93
94 public virtual void SetAutoAudit(bool value) {
97 }
98
99 public virtual Int32 GetSaveAsType() {
100// test csout
101 /*SIMPLETYPE*/
104 return ret;
105 }
106
107 public virtual void SetSaveAsType(Int32 /*SIMPLETYPE cstype*/ value) {
110 }
111
112 public virtual bool GetTryRecovery() {
115 return ret;
116 }
117
118 public virtual void SetTryRecovery(bool value) {
121 }
122
123 public virtual bool GetUseOriginalFormat() {
126 return ret;
127 }
128
129 public virtual void SetUseOriginalFormat(bool value) {
132 }
133
134 public virtual bool GetPreserveOriginalFormat() {
137 return ret;
138 }
139
140 public virtual void SetPreserveOriginalFormat(bool value) {
143 }
144
145 public virtual Int32 GetForceOpenWithCodepage() {
146// test csout
147 /*SIMPLETYPE*/
150 return ret;
151 }
152
153 public virtual void SetForceOpenWithCodepage(Int32 /*SIMPLETYPE cstype*/ value) {
156 }
157
158 public virtual bool GetForceOpenWithCtbPrintMode() {
161 return ret;
162 }
163
164 public virtual void SetForceOpenWithCtbPrintMode(bool value) {
167 }
168
169 public virtual bool GetAutomaticPurgeUnspecifiedData() {
172 return ret;
173 }
174
175 public virtual void SetAutomaticPurgeUnspecifiedData(bool value) {
178 }
179
180 public virtual bool GetFullFilePathInTitleBar() {
183 return ret;
184 }
185
186 public virtual void SetFullFilePathInTitleBar(bool value) {
189 }
190
191}
192
193}
virtual void SetUseOriginalFormat(bool value)
virtual void Dispose(bool disposing)
virtual void SetPreserveOriginalFormat(bool value)
virtual void SetAutomaticPurgeUnspecifiedData(bool value)
virtual void SetForceOpenWithCodepage(Int32 value)
virtual void SetFullFilePathInTitleBar(bool value)
virtual void SetTempFileExtension(CFxString value)
virtual void SetForceOpenWithCtbPrintMode(bool value)
CFxPreferencesOpenSave(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(CFxPreferencesOpenSave obj)
virtual void SetFullCRCValidation(bool value)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static Int32 CFxPreferencesOpenSave_GetSaveAsType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetTryRecovery(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetFullFilePathInTitleBar(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetForceOpenWithCtbPrintMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesOpenSave_GetProxyImage(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetAutomaticPurgeUnspecifiedData(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetFullCRCValidation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOpenSave_GetTempFileExtension(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetAutoAudit(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetSaveAsType(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOpenSave_SetProxyImage(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOpenSave_SetTempFileExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesOpenSave_GetAutoAudit(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesOpenSave_GetForceOpenWithCodepage(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetUseOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetForceOpenWithCodepage(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOpenSave_SetPreserveOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void delete_CFxPreferencesOpenSave(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetPreserveOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetAutomaticPurgeUnspecifiedData(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOpenSave_GetTryRecovery(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetForceOpenWithCtbPrintMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetFullCRCValidation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetUseOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOpenSave_GetFullFilePathInTitleBar(global::System.Runtime.InteropServices.HandleRef jarg1)