Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxPreferencesPackAndGo.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 CFxPreferencesPackAndGo : 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 CFxPreferencesPackAndGo(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(CFxPreferencesPackAndGo 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 UInt16 GetPackageType() {
54// test csout
55 /*SIMPLETYPE*/
58 return ret;
59 }
60
61 public virtual void SetPackageType(UInt16 /*SIMPLETYPE cstype*/ value) {
64 }
65
66 public virtual UInt16 GetSaveFormat() {
67// test csout
68 /*SIMPLETYPE*/
71 return ret;
72 }
73
74 public virtual void SetSaveFormat(UInt16 /*SIMPLETYPE cstype*/ value) {
77 }
78
79 public virtual CFxString GetDestFolder() {
82 return ret;
83 }
84
85 public virtual void SetDestFolder(CFxString value) {
88 }
89
90 public virtual CFxString GetDestFile() {
93 return ret;
94 }
95
96 public virtual void SetDestFile(CFxString value) {
99 }
100
101 public virtual UInt16 GetDestAction() {
102// test csout
103 /*SIMPLETYPE*/
106 return ret;
107 }
108
109 public virtual void SetDestAction(UInt16 /*SIMPLETYPE cstype*/ value) {
112 }
113
114 public virtual UInt16 GetFilePathOption() {
115// test csout
116 /*SIMPLETYPE*/
119 return ret;
120 }
121
122 public virtual void SetFilePathOption(UInt16 /*SIMPLETYPE cstype*/ value) {
125 }
126
127 public virtual CFxString GetRootFolder() {
130 return ret;
131 }
132
133 public virtual void SetRootFolder(CFxString value) {
136 }
137
138 public virtual bool GetBindXRef() {
141 return ret;
142 }
143
144 public virtual void SetBindXRef(bool value) {
147 }
148
149 public virtual UInt16 GetBindType() {
150// test csout
151 /*SIMPLETYPE*/
154 return ret;
155 }
156
157 public virtual void SetBindType(UInt16 /*SIMPLETYPE cstype*/ value) {
158 PCADGlobalsPINVOKE.CFxPreferencesPackAndGo_SetBindType(swigCPtr, value /*SIMPLETYPE csin*/);
160 }
161
162 public virtual bool GetPurgeDatabase() {
165 return ret;
166 }
167
168 public virtual void SetPurgeDatabase(bool value) {
171 }
172
173 public virtual bool GetIncludeFont() {
176 return ret;
177 }
178
179 public virtual void SetIncludeFont(bool value) {
182 }
183
184 public virtual bool GetIncludeUnloadedReferences() {
187 return ret;
188 }
189
190 public virtual void SetIncludeUnloadedReferences(bool value) {
193 }
194
195 public virtual bool GetIncludePrintConfigs() {
198 return ret;
199 }
200
201 public virtual void SetIncludePrintConfigs(bool value) {
204 }
205
206 public virtual CFxString GetSearchPath() {
209 return ret;
210 }
211
212 public virtual void SetSearchPath(CFxString value) {
215 }
216
217}
218
219}
CFxPreferencesPackAndGo(IntPtr cPtr, bool cMemoryOwn)
virtual void SetDestFile(CFxString value)
static HandleRef getCPtr(CFxPreferencesPackAndGo obj)
virtual void SetFilePathOption(UInt16 value)
virtual void SetIncludeUnloadedReferences(bool value)
virtual void SetRootFolder(CFxString value)
virtual void SetSearchPath(CFxString value)
virtual void SetDestFolder(CFxString value)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static bool CFxPreferencesPackAndGo_GetIncludeUnloadedReferences(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPackAndGo_GetPurgeDatabase(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferencesPackAndGo(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetDestFolder(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt16 CFxPreferencesPackAndGo_GetPackageType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetDestAction(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static bool CFxPreferencesPackAndGo_GetIncludeFont(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 CFxPreferencesPackAndGo_GetBindType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesPackAndGo_GetRootFolder(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetFilePathOption(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static void CFxPreferencesPackAndGo_SetDestFile(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesPackAndGo_SetIncludeFont(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPackAndGo_SetIncludeUnloadedReferences(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPackAndGo_SetIncludePrintConfigs(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesPackAndGo_GetBindXRef(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPackAndGo_GetIncludePrintConfigs(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesPackAndGo_GetDestFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetSearchPath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesPackAndGo_SetBindType(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static UInt16 CFxPreferencesPackAndGo_GetDestAction(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetBindXRef(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesPackAndGo_GetDestFolder(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 CFxPreferencesPackAndGo_GetFilePathOption(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesPackAndGo_GetSearchPath(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetPackageType(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static UInt16 CFxPreferencesPackAndGo_GetSaveFormat(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPackAndGo_SetPurgeDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPackAndGo_SetRootFolder(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesPackAndGo_SetSaveFormat(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)