Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxPreferencesSystem.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 CFxPreferencesSystem : 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 CFxPreferencesSystem(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(CFxPreferencesSystem 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
58
63
69
74
80
85
91
96
102
107
113
118
124
129
135
140
146
151
157
162
163 public virtual Int32 GetUseDefaultFileLocationSetting() {
164// test csout
165 /*SIMPLETYPE*/
168 return ret;
169 }
170
176
181
187
192
198
203
209
214
215 public virtual Int32 GetLispDebugPort() {
216// test csout
217 /*SIMPLETYPE*/
220 return ret;
221 }
222
223 public virtual void SetLispDebugPort(Int32 /*SIMPLETYPE cstype*/ value) {
226 }
227
233
238
244
249
255
260
261 public virtual Int32 GetOutputMaxLineCount() {
262// test csout
263 /*SIMPLETYPE*/
266 return ret;
267 }
268
273
274 public virtual Int32 GetMaxArray() {
275// test csout
276 /*SIMPLETYPE*/
279 return ret;
280 }
281
282 public virtual void SetMaxArray(Int32 /*SIMPLETYPE cstype*/ value) {
283 PCADGlobalsPINVOKE.CFxPreferencesSystem_SetMaxArray(swigCPtr, value /*SIMPLETYPE csin*/);
285 }
286
287 public virtual Int32 GetXNotifyTime() {
288// test csout
289 /*SIMPLETYPE*/
292 return ret;
293 }
294
295 public virtual void SetXNotifyTime(Int32 /*SIMPLETYPE cstype*/ value) {
296 PCADGlobalsPINVOKE.CFxPreferencesSystem_SetXNotifyTime(swigCPtr, value /*SIMPLETYPE csin*/);
298 }
299
305
310
316
321
322}
323
324}
CFxPreferencesSystem(IntPtr cPtr, bool cMemoryOwn)
virtual void SetAdditionalSupportPaths(CFxString value)
virtual void SetLispDebuggerEnabled(bool value)
virtual void SetCheckForXPressUpdates(bool value)
virtual void SetReportMissingXRefsEnabled(bool value)
virtual void SetAppCastEnabled(bool value)
virtual void SetLispDebugPort(Int32 value)
virtual void Set3DMousePlugged(bool value)
virtual void SetTablesReadOnly(bool value)
virtual void SetDisplayOLEScale(bool value)
virtual void SetBeepOnError(bool value)
virtual void SetScaleListIsMetric(bool value)
virtual void SetXNotifyTime(Int32 value)
virtual void SetWebHelpEnable(bool value)
virtual void Dispose(bool disposing)
virtual void SetOutputMaxLineCount(Int32 value)
static HandleRef getCPtr(CFxPreferencesSystem obj)
virtual void SetStoreSQLIndex(bool value)
virtual void SetUsePerformanceMonitor(bool value)
virtual void SetScaleListRstDlgUseSystem(bool value)
virtual void SetTopLevelMode(bool value)
virtual void SetShowWarningMessages(bool value)
virtual void SetHelpFileName(CFxString value)
virtual void SetScaleListFileName(CFxString value)
virtual void SetMaxArray(Int32 value)
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static void CFxPreferencesSystem_SetCheckForXPressUpdates(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_Get3DMousePlugged(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesSystem_GetUseDefaultFileLocationSetting(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetReportMissingXRefsEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetUsePerformanceMonitor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetDisplayOLEScale(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetScaleListIsMetric(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetLispDebugPort(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesSystem_SetAppCastEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_Set3DMousePlugged(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesSystem_GetXNotifyTime(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetXNotifyTime(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesSystem_SetReportMissingXRefsEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetLispDebuggerEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetBeepOnError(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetScaleListRstDlgUseSystem(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetShowWarningMessages(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetMaxArray(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesSystem_SetWebHelpEnable(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetHelpFileName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesSystem_SetAdditionalSupportPaths(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesSystem_GetStoreSQLIndex(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesSystem_GetMaxArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetLoadMFCUI(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesSystem_GetAdditionalSupportPaths(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetOutputMaxLineCount(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static bool CFxPreferencesSystem_GetWebHelpEnable(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetLispDebuggerEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferencesSystem(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetTopLevelMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetShowWarningMessages(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetAppCastEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetScaleListFileName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesSystem_GetScaleListFileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetTablesReadOnly(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetTablesReadOnly(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetDisplayOLEScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetBeepOnError(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetTopLevelMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetScaleListRstDlgUseSystem(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetUsePerformanceMonitor(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesSystem_GetHelpFileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesSystem_GetLispDebugPort(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetLoadMFCUI(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesSystem_GetOutputMaxLineCount(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetCheckForXPressUpdates(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetScaleListIsMetric(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetStoreSQLIndex(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)