Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxPreferencesOutput.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 CFxPreferencesOutput : 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 CFxPreferencesOutput(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(CFxPreferencesOutput 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
64 public virtual Int32 GetPrinterSpoolAlert() {
65// test csout
66 /*SIMPLETYPE*/
69 return ret;
70 }
71
76
82
87
93
98
104
109
115
120
126
131
137
142
148
153
159
164
170
175
181
186
192
197
203
208
214
219
225
230
236
241
247
252
258
263
269
274
280
285
291
296
302
307
313
318
324
329
335
340
346
351
357
362
368
373
379
384
390
395
401
406
412
417
423
428
434
439
445
450
451}
452
453}
virtual void SetPlotStampFile(CFxString value)
virtual void SetDefaultPlotStyleTable(CFxString value)
virtual void SetPlotStampPixelFontSize(double value)
virtual void SetUseLastPlotSettings(bool value)
static HandleRef getCPtr(CFxPreferencesOutput obj)
virtual void SetPlotStampDisplayDate(bool value)
virtual void SetPlotStampPixelOffsetX(double value)
virtual void SetDefaultOutputDevice(CFxString value)
virtual void SetSaveChangesToLayout(bool value)
virtual void SetPlotStampUpsideDown(bool value)
virtual void SetPrinterSpoolAlert(Int32 value)
virtual void SetPlotStampFontName(CFxString value)
virtual void SetPlotStampOffsetY(double value)
virtual void SetAutoSavePlotLog(bool value)
virtual void SetPrinterPaperSizeAlert(bool value)
virtual void SetRecentPrinterName(CFxString value)
virtual void SetPlotStampUserFields(CFxString value)
virtual void Dispose(bool disposing)
virtual void SetPlotStampDisplayPlotScale(bool value)
virtual void SetPlotStampUnits(int value)
virtual void SetPlotStampFontSize(double value)
virtual void SetBatchPrintOutputPath(CFxString value)
virtual void SetPlotStampWriteToLogFile(bool value)
virtual void SetPlotStampDisplayLoginName(bool value)
virtual void SetPlotStampLogFilePath(CFxString value)
virtual void SetPlotStampDisplayPlotStamp(bool value)
virtual void SetPlotStampOnSingleLine(bool value)
virtual void SetPlotStampLocation(int value)
virtual void SetPlotLegacy(bool value)
virtual void SetPlotStampDisplayDrawingName(bool value)
virtual void SetPlotStampRelativity(int value)
virtual void SetPlotStampOffsetX(double value)
virtual void SetSaveContinuousPlotLog(bool value)
virtual void SetPlotStampDisplayLayoutName(bool value)
virtual void SetPlotStampOrientation(int value)
virtual void SetPlotStampDisplayPlotDeviceName(bool value)
CFxPreferencesOutput(IntPtr cPtr, bool cMemoryOwn)
virtual void SetPlotStampPixelOffsetY(double value)
virtual void SetPlotStampDisplayPaperSize(bool value)
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static int CFxPreferencesOutput_GetPlotStampLocation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampRelativity(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void CFxPreferencesOutput_SetPlotStampFontSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesOutput_SetPlotStampWriteToLogFile(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double CFxPreferencesOutput_GetPlotStampPixelOffsetY(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampDisplayPlotScale(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int CFxPreferencesOutput_GetPlotStampOrientation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOutput_GetBatchPrintOutputPath(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetSaveChangesToLayout(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetPrinterPaperSizeAlert(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampPixelOffsetX(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxPreferencesOutput_GetPlotStampDisplayDrawingName(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetBatchPrintOutputPath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesOutput_GetPlotStampDisplayPlotDeviceName(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotLegacy(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampDisplayPaperSize(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampFile(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesOutput_GetPlotStampWriteToLogFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesOutput_GetPlotStampPixelFontSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampOffsetX(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesOutput_SetPlotStampDisplayLoginName(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampOnSingleLine(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetAutoSavePlotLog(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampDisplayLayoutName(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOutput_GetPlotStampDisplayLoginName(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOutput_GetDefaultOutputDevice(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetPlotStampDisplayPlotScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampDisplayPlotStamp(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOutput_GetPlotStampDisplayLayoutName(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesOutput_GetPlotStampFontSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetSaveContinuousPlotLog(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOutput_GetPlotStampDisplayPlotStamp(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxPreferencesOutput_GetPlotStampRelativity(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampPixelOffsetY(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesOutput_SetDefaultPlotStyleTable(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double CFxPreferencesOutput_GetPlotStampOffsetX(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxPreferencesOutput_GetPlotStampUnits(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampLocation(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void CFxPreferencesOutput_SetPlotStampUserFields(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesOutput_SetUseLastPlotSettings(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesOutput_GetDefaultPlotStyleTable(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPrinterSpoolAlert(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOutput_SetPlotStampOrientation(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static double CFxPreferencesOutput_GetPlotStampPixelOffsetX(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampOffsetY(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_CFxPreferencesOutput(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampUpsideDown(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampDisplayDate(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOutput_GetPlotStampUpsideDown(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampLogFilePath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesOutput_GetAutoSavePlotLog(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetPlotLegacy(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesOutput_GetPrinterSpoolAlert(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetDefaultOutputDevice(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesOutput_SetSaveChangesToLayout(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOutput_GetSaveContinuousPlotLog(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetPlotStampOnSingleLine(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetPlotStampDisplayDate(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPlotStampDisplayDrawingName(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampFontName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesOutput_SetPlotStampDisplayPlotDeviceName(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOutput_GetUseLastPlotSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOutput_GetPlotStampDisplayPaperSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOutput_GetPlotStampLogFilePath(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOutput_GetPlotStampUserFields(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOutput_GetPlotStampFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetRecentPrinterName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesOutput_SetPlotStampPixelFontSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr CFxPreferencesOutput_GetPlotStampFontName(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOutput_GetRecentPrinterName(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesOutput_GetPlotStampOffsetY(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOutput_SetPrinterPaperSizeAlert(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOutput_SetPlotStampUnits(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)