Extended .NET SDK Documentation 2024 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
53 public virtual CFxString GetPlotCfgName() {
56 return ret;
57 }
58
59 public virtual void SetPlotCfgName(CFxString value) {
62 }
63
67 return ret;
68 }
69
70 public virtual void SetCanonicalMediaName(CFxString value) {
73 }
74
75 public virtual bool GetUseStandardScale() {
78 return ret;
79 }
80
81 public virtual void SetUseStandardScale(bool value) {
84 }
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
99 public virtual double GetCustomPrintScaleNumerator() {
102 return ret;
103 }
104
105 public virtual void SetCustomPrintScaleNumerator(double value) {
108 }
109
110 public virtual double GetCustomPrintScaleDenominator() {
113 return ret;
114 }
115
116 public virtual void SetCustomPrintScaleDenominator(double value) {
119 }
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
147 public virtual double GetPlotWindowAreaXMin() {
150 return ret;
151 }
152
153 public virtual double GetPlotWindowAreaXMax() {
156 return ret;
157 }
158
159 public virtual double GetPlotWindowAreaYMin() {
162 return ret;
163 }
164
165 public virtual double GetPlotWindowAreaYMax() {
168 return ret;
169 }
170
171 public virtual void SetPlotWindowAreaXMin(double value) {
174 }
175
176 public virtual void SetPlotWindowAreaXMax(double value) {
179 }
180
181 public virtual void SetPlotWindowAreaYMin(double value) {
184 }
185
186 public virtual void SetPlotWindowAreaYMax(double value) {
189 }
190
191 public virtual double GetPlotWindowAreaZMin() {
194 return ret;
195 }
196
197 public virtual double GetPlotWindowAreaZMax() {
200 return ret;
201 }
202
203 public virtual void SetPlotWindowAreaZMin(double value) {
206 }
207
208 public virtual void SetPlotWindowAreaZMax(double value) {
211 }
212
213 public virtual bool GetPlotCentered() {
216 return ret;
217 }
218
219 public virtual void SetPlotCentered(bool value) {
222 }
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
237 public virtual bool GetPrintLineweights() {
240 return ret;
241 }
242
243 public virtual void SetPrintLineweights(bool value) {
246 }
247
251 return ret;
252 }
253
254 public virtual void SetShadePlot(OdDbPlotSettings.ShadePlotType type) {
257 }
258
259 public virtual Int32 GetShadePlotResLevel() {
260// test csout
261 /*SIMPLETYPE*/
264 return ret;
265 }
266
267 public virtual void SetShadePlotResLevel(Int32 /*SIMPLETYPE cstype*/ value) {
270 }
271
272 public virtual Int32 GetShadePlotCustomDPI() {
273// test csout
274 /*SIMPLETYPE*/
277 return ret;
278 }
279
280 public virtual void SetShadePlotCustomDPI(Int32 /*SIMPLETYPE cstype*/ value) {
283 }
284
285 public virtual bool GetPrintToFile() {
288 return ret;
289 }
290
291 public virtual void SetPrintToFile(bool value) {
294 }
295
296 public virtual bool GetPrintStamp() {
299 return ret;
300 }
301
302 public virtual void SetPrintStamp(bool value) {
305 }
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
320 public virtual void SetPrintOffsetX(double value) {
323 }
324
325 public virtual double GetPrintOffsetX() {
328 return ret;
329 }
330
331 public virtual void SetPrintOffsetY(double value) {
334 }
335
336 public virtual double GetPrintOffsetY() {
339 return ret;
340 }
341
345 return ret;
346 }
347
348 public virtual void SetCurrentStyleSheet(CFxString value) {
351 }
352
353 public virtual bool GetPlotPlotStyles() {
356 return ret;
357 }
358
359 public virtual void SetPlotPlotStyles(bool value) {
362 }
363
364 public virtual bool GetUsePlotTransparency() {
367 return ret;
368 }
369
370 public virtual void SetUsePlotTransparency(bool value) {
373 }
374
378 return ret;
379 }
380
381 public virtual void SetPaperImageOrigin(OdGePoint2d value) {
384 }
385
386 public virtual bool GetScaleLineWeight() {
389 return ret;
390 }
391
392 public virtual void SetScaleLineWeight(bool value) {
395 }
396
397 public virtual bool GetUseLayersPDF() {
400 return ret;
401 }
402
403 public virtual void SetUseLayersPDF(bool value) {
406 }
407
408 public virtual bool GetReplacePDFwithPC3() {
411 return ret;
412 }
413
414 public virtual void SetReplacePDFwithPC3(bool value) {
417 }
418
419 public virtual bool GetOpenPDF() {
422 return ret;
423 }
424
425 public virtual void SetOpenPDF(bool value) {
428 }
429
430}
431
432}
virtual void SetCanonicalMediaName(CFxString value)
virtual void SetShadePlot(OdDbPlotSettings.ShadePlotType type)
virtual void SetCurrentStyleSheet(CFxString value)
CFxPreferencesPlotSettings(IntPtr cPtr, bool cMemoryOwn)
virtual void SetPaperImageOrigin(OdGePoint2d value)
static HandleRef getCPtr(CFxPreferencesPlotSettings obj)
virtual OdDbPlotSettings.ShadePlotType GetShadePlot()
virtual void SetCustomPrintScaleDenominator(double value)
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_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 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)
Definition: OdGePoint2d.cs:26