Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxPreferencesPlotSettings.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 CFxPreferencesPlotSettings : 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 CFxPreferencesPlotSettings(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(CFxPreferencesPlotSettings 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
86 public virtual Int32 GetStdScaleType() {
87// test csout
88 /*SIMPLETYPE*/
91 return ret;
92 }
93
94 public virtual void SetStdScaleType(Int32 /*SIMPLETYPE cstype*/ value) {
97 }
98
104
109
115
120
121 public virtual Int32 GetPlotType() {
122// test csout
123 /*SIMPLETYPE*/
126 return ret;
127 }
128
129 public virtual void SetPlotType(Int32 /*SIMPLETYPE cstype*/ value) {
132 }
133
134 public virtual UInt64 GetPlotViewHandle() {
135// test csout
136 /*SIMPLETYPE*/
139 return ret;
140 }
141
142 public virtual void SetPlotViewHandle(UInt64 /*SIMPLETYPE cstype*/ value) {
145 }
146
152
158
164
170
175
180
185
190
196
202
207
212
218
223
224 public virtual Int32 GetPlotRotation() {
225// test csout
226 /*SIMPLETYPE*/
229 return ret;
230 }
231
232 public virtual void SetPlotRotation(Int32 /*SIMPLETYPE cstype*/ value) {
235 }
236
242
247
253
258
259 public virtual Int32 GetShadePlotResLevel() {
260// test csout
261 /*SIMPLETYPE*/
264 return ret;
265 }
266
271
272 public virtual Int32 GetShadePlotCustomDPI() {
273// test csout
274 /*SIMPLETYPE*/
277 return ret;
278 }
279
284
290
295
301
306
307 public virtual Int32 GetPlotPaperUnits() {
308// test csout
309 /*SIMPLETYPE*/
312 return ret;
313 }
314
315 public virtual void SetPlotPaperUnits(Int32 /*SIMPLETYPE cstype*/ value) {
318 }
319
324
330
335
341
347
352
358
363
369
374
380
385
391
396
402
407
413
418
424
429
435
440
441}
442
443}
virtual void SetCanonicalMediaName(CFxString value)
virtual void SetShadePlot(OdDbPlotSettings.ShadePlotType type)
CFxPreferencesPlotSettings(IntPtr cPtr, bool cMemoryOwn)
virtual void SetPaperImageOrigin(OdGePoint2d value)
static HandleRef getCPtr(CFxPreferencesPlotSettings obj)
virtual OdDbPlotSettings.ShadePlotType GetShadePlot()
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static void CFxPreferencesPlotSettings_SetPlotCentered(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesPlotSettings_GetPrintStamp(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferencesPlotSettings(global::System.Runtime.InteropServices.HandleRef jarg1)
static int CFxPreferencesPlotSettings_GetShadePlot(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetPlotRotation(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesPlotSettings_SetPrintToFile(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetPlotWindowAreaYMin(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double CFxPreferencesPlotSettings_GetPlotWindowAreaZMin(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPlotSettings_GetReplacePDFwithPC3(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesPlotSettings_GetCanonicalMediaName(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetCustomPrintScaleDenominator(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static Int32 CFxPreferencesPlotSettings_GetPlotPaperUnits(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetPlotWindowAreaXMin(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxPreferencesPlotSettings_GetPrintLineweights(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPlotSettings_GetPrintToFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesPlotSettings_GetCustomPrintScaleDenominator(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesPlotSettings_GetPlotCfgName(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesPlotSettings_GetPlotWindowAreaYMin(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt64 CFxPreferencesPlotSettings_GetPlotViewHandle(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPlotSettings_GetPlotCentered(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPlotSettings_GetOpenPDF(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesPlotSettings_GetStdScaleType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetOpenPDF(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetShadePlotCustomDPI(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesPlotSettings_SetPrintOffsetX(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxPreferencesPlotSettings_GetScaleLineWeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesPlotSettings_GetPlotWindowAreaZMax(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesPlotSettings_GetCurrentStyleSheet(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetCustomPrintScaleNumerator(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxPreferencesPlotSettings_GetUsePlotTransparency(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetUseLayersPDFExport(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetPrintLineweights(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetPlotPaperUnits(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesPlotSettings_SetStdScaleType(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static global::System.IntPtr CFxPreferencesPlotSettings_GetPaperImageOrigin(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesPlotSettings_GetPlotWindowAreaXMax(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetPaperImageOrigin(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesPlotSettings_SetPlotWindowAreaZMax(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesPlotSettings_SetPrintOffsetY(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesPlotSettings_SetUseLayersPDF(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetPlotViewHandle(global::System.Runtime.InteropServices.HandleRef jarg1, UInt64 jarg2)
static double CFxPreferencesPlotSettings_GetPlotWindowAreaYMax(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetPlotWindowAreaZMin(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesPlotSettings_SetPrintStamp(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetShadePlot(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static double CFxPreferencesPlotSettings_GetPlotWindowAreaXMin(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetPlotWindowAreaXMax(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void CFxPreferencesPlotSettings_SetPlotType(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesPlotSettings_SetPlotWindowAreaYMax(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool CFxPreferencesPlotSettings_GetUseLayersPDF(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPlotSettings_GetUseStandardScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesPlotSettings_GetPrintOffsetX(global::System.Runtime.InteropServices.HandleRef jarg1)
static double CFxPreferencesPlotSettings_GetPrintOffsetY(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesPlotSettings_GetUseLayersPDFExport(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetUseStandardScale(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesPlotSettings_SetUsePlotTransparency(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double CFxPreferencesPlotSettings_GetCustomPrintScaleNumerator(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesPlotSettings_GetShadePlotResLevel(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetShadePlotResLevel(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static Int32 CFxPreferencesPlotSettings_GetShadePlotCustomDPI(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetCanonicalMediaName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesPlotSettings_SetCurrentStyleSheet(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static Int32 CFxPreferencesPlotSettings_GetPlotType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetScaleLineWeight(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesPlotSettings_GetPlotRotation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetPlotCfgName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesPlotSettings_SetPlotPlotStyles(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesPlotSettings_GetPlotPlotStyles(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesPlotSettings_SetReplacePDFwithPC3(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static HandleRef getCPtr(OdGePoint2d obj)