Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDgReferenceAttachmentViewFlags.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 Teigha.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdDgReferenceAttachmentViewFlags : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public OdDgReferenceAttachmentViewFlags(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(OdDgReferenceAttachmentViewFlags obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public OdDgReferenceAttachmentViewFlags() : this(TG_DbPINVOKE.new_OdDgReferenceAttachmentViewFlags__SWIG_0(), true) {
54 }
55
56 public OdDgReferenceAttachmentViewFlags(UInt32 /*SIMPLETYPE*/ uFlag1, UInt32 /*SIMPLETYPE*/ uFlag2) : this(TG_DbPINVOKE.new_OdDgReferenceAttachmentViewFlags__SWIG_1(uFlag1 /*SIMPLETYPE*/, uFlag2 /*SIMPLETYPE*/), true) {
58 }
59
60 public UInt32 getFlags1() {
61// test csout
62 /*SIMPLETYPE*/
65 return ret;
66 }
67
68 public void setFlags1(UInt32 /*SIMPLETYPE*/ uFlag) {
69 TG_DbPINVOKE.OdDgReferenceAttachmentViewFlags_setFlags1(swigCPtr, uFlag /*SIMPLETYPE*/);
71 }
72
73 public UInt32 getFlags2() {
74// test csout
75 /*SIMPLETYPE*/
78 return ret;
79 }
80
81 public void setFlags2(UInt32 /*SIMPLETYPE*/ uFlag) {
82 TG_DbPINVOKE.OdDgReferenceAttachmentViewFlags_setFlags2(swigCPtr, uFlag /*SIMPLETYPE*/);
84 }
85
86 public bool getFastCurveFlag() {
89 return ret;
90 }
91
92 public void setFastCurveFlag(bool arg0) {
95 }
96
97 public bool getHideTextsFlag() {
100 return ret;
101 }
102
103 public void setHideTextsFlag(bool arg0) {
106 }
107
111 return ret;
112 }
113
114 public void setHighQualityFontsFlag(bool arg0) {
117 }
118
122 return ret;
123 }
124
125 public void setShowLineWeightsFlag(bool arg0) {
128 }
129
130 public bool getShowPatternsFlag() {
133 return ret;
134 }
135
136 public void setShowPatternsFlag(bool arg0) {
139 }
140
141 public bool getShowTextNodesFlag() {
144 return ret;
145 }
146
147 public void setShowTextNodesFlag(bool arg0) {
150 }
151
152 public bool getShowDataFieldsFlag() {
155 return ret;
156 }
157
158 public void setShowDataFieldsFlag(bool arg0) {
161 }
162
163 public bool getShowGridFlag() {
166 return ret;
167 }
168
169 public void setShowGridFlag(bool arg0) {
172 }
173
177 return ret;
178 }
179
180 public void setShowLevelSymbologyFlag(bool arg0) {
183 }
184
185 public bool getShowPointsFlag() {
188 return ret;
189 }
190
191 public void setShowPointsFlag(bool arg0) {
194 }
195
199 return ret;
200 }
201
202 public void setShowConstructionFlag(bool arg0) {
205 }
206
207 public bool getShowDimensionsFlag() {
210 return ret;
211 }
212
213 public void setShowDimensionsFlag(bool arg0) {
216 }
217
218 public bool getFastCellsFlag() {
221 return ret;
222 }
223
224 public void setFastCellsFlag(bool arg0) {
227 }
228
229 public bool getShowFillsFlag() {
232 return ret;
233 }
234
235 public void setShowFillsFlag(bool arg0) {
238 }
239
240 public bool getRasterTextFlag() {
243 return ret;
244 }
245
246 public void setRasterTextFlag(bool arg0) {
249 }
250
251 public bool getShowAxisTriadFlag() {
254 return ret;
255 }
256
257 public void setShowAxisTriadFlag(bool arg0) {
260 }
261
265 return ret;
266 }
267
268 public void setOrientationDisplayFlag(bool arg0) {
271 }
272
273 public bool getViewRenderedFlag() {
276 return ret;
277 }
278
279 public void setViewRenderedFlag(bool arg0) {
282 }
283
284 public bool getShowBackgroundFlag() {
287 return ret;
288 }
289
290 public void setShowBackgroundFlag(bool arg0) {
293 }
294
295 public bool getShowBoundaryFlag() {
298 return ret;
299 }
300
301 public void setShowBoundaryFlag(bool arg0) {
304 }
305
309 return ret;
310 }
311
312 public void setFastBoundaryClipFlag(bool arg0) {
315 }
316
317 public bool getDepthCueFlag() {
320 return ret;
321 }
322
323 public void setDepthCueFlag(bool arg0) {
326 }
327
331 return ret;
332 }
333
334 public void setInhibitDynamicsFlag(bool arg0) {
337 }
338
339 public bool getShowShadowsFlag() {
342 return ret;
343 }
344
345 public void setShowShadowsFlag(bool arg0) {
348 }
349
353 return ret;
354 }
355
356 public void setShowTextureMapsFlag(bool arg0) {
359 }
360
361 public bool getShowHazeFlag() {
364 return ret;
365 }
366
367 public void setShowHazeFlag(bool arg0) {
370 }
371
372 public bool getTransparencyFlag() {
375 return ret;
376 }
377
378 public void setTransparencyFlag(bool arg0) {
381 }
382
386 return ret;
387 }
388
389 public void setIgnoreLineStylesFlag(bool arg0) {
392 }
393
394 public bool getAcceleratedFlag() {
397 return ret;
398 }
399
400 public void setAcceleratedFlag(bool arg0) {
403 }
404
408 return ret;
409 }
410
411 public void setPatternDynamicsFlag(bool arg0) {
414 }
415
416 public bool getHiddenLineFlag() {
419 return ret;
420 }
421
422 public void setHiddenLineFlag(bool arg0) {
425 }
426
427 public bool getShowTagsFlag() {
430 return ret;
431 }
432
433 public void setShowTagsFlag(bool arg0) {
436 }
437
438 public bool getDisplayEdgesFlag() {
441 return ret;
442 }
443
444 public void setDisplayEdgesFlag(bool arg0) {
447 }
448
452 return ret;
453 }
454
455 public void setDisplayHiddenEdgesFlag(bool arg0) {
458 }
459
463 return ret;
464 }
465
466 public void setOverrideBackgroundFlag(bool arg0) {
469 }
470
471 public bool getShowClipFrontFlag() {
474 return ret;
475 }
476
477 public void setShowClipFrontFlag(bool arg0) {
480 }
481
482 public bool getShowClipBackFlag() {
485 return ret;
486 }
487
488 public void setShowClipBackFlag(bool arg0) {
491 }
492
493 public bool getShowClipVolumeFlag() {
496 return ret;
497 }
498
499 public void setShowClipVolumeFlag(bool arg0) {
502 }
503
504 public bool getUseDisplaySetFlag() {
507 return ret;
508 }
509
510 public void setUseDisplaySetFlag(bool arg0) {
513 }
514
518 return ret;
519 }
520
524 }
525
526}
527
528}
static HandleRef getCPtr(OdDgReferenceAttachmentViewFlags obj)
static global::System.Exception Retrieve()
static bool OdDgReferenceAttachmentViewFlags_getDisplayHiddenEdgesFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getOrientationDisplayFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getFastCellsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getUseDisplaySetFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowShadowsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowBackgroundFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getDepthCueFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getOverrideBackgroundFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setHiddenLineFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowGridFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowPatternsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowShadowsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowDataFieldsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setFastCurveFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setFlags1(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgReferenceAttachmentViewFlags_setDepthCueFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getInhibitDynamicsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setFastCellsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowConstructionFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowHazeFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getPatternDynamicsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setDisplayEdgesFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static UInt32 OdDgReferenceAttachmentViewFlags_getFlags1(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowBackgroundFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowTagsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowPatternsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowDataFieldsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowTextNodesFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getTransparencyFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdDgReferenceAttachmentViewFlags_getFlags2(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getViewRenderedFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowBoundaryFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowHazeFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getIgnoreLineStylesFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowFillsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getHighQualityFontsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setUseDisplaySetFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getHiddenLineFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setFastBoundaryClipFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setViewRenderedFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getHideTextsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setHighQualityFontsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowDimensionsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowClipBackFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowPointsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowClipVolumeFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowPointsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setIgnoreLineStylesFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowTextureMapsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDgReferenceAttachmentViewFlags_getDisplayMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getDisplayEdgesFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDgReferenceAttachmentViewFlags(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowLineWeightsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getAcceleratedFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowDimensionsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setDisplayHiddenEdgesFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowAxisTriadFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setOrientationDisplayFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setOverrideBackgroundFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setDisplayMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static bool OdDgReferenceAttachmentViewFlags_getRasterTextFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getFastCurveFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setPatternDynamicsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowTextureMapsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setTransparencyFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setHideTextsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setInhibitDynamicsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowTextNodesFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowBoundaryFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowConstructionFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setAcceleratedFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setFlags2(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowClipVolumeFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowTagsFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowLevelSymbologyFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowAxisTriadFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getShowGridFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowClipFrontFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setShowClipFrontFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgReferenceAttachmentViewFlags_getFastBoundaryClipFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgReferenceAttachmentViewFlags_getShowLevelSymbologyFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgReferenceAttachmentViewFlags_setRasterTextFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowFillsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowClipBackFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgReferenceAttachmentViewFlags_setShowLineWeightsFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)