Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdDbDxfFiler.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.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdDbDxfFiler : OdDbFiler {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDbDxfFiler(IntPtr cPtr, bool cMemoryOwn) : base(TD_DbPINVOKE.OdDbDxfFiler_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDbDxfFiler obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
43 public OdDbDxfFiler()
44 : this(TD_DbPINVOKE.new_OdDbDxfFiler(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new OdDbDxfFiler(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
55 public static OdDbDxfFiler cast(OdRxObject pObj) {// OdSmartPtr<OdDbDxfFiler>
56 MemoryManager mMan = MemoryManager.GetMemoryManager();
57 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
59
60 OdDbDxfFiler ret = null;
61 if (null != mTrans)
62 {
63 mTrans.AddObject((OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),ptr, true));
64 ret = (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),ptr, false);
65 }
66 else
67 {
68 ret = (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),ptr, true);
69 }
70
72 return ret;
73}
74
75 public new static OdRxClass desc() {
76 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TD_DbPINVOKE.OdDbDxfFiler_desc(),false); /*createInt 3_2*/
77
79 return ret;
80}
81
82 public override OdRxClass isA() {
83 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? TD_DbPINVOKE.OdDbDxfFiler_isASwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_isA(swigCPtr)),false); /*createInt 3_2*/
84
86 return ret;
87}
88
89 public override OdRxObject queryX(OdRxClass protocolClass) {
90 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? TD_DbPINVOKE.OdDbDxfFiler_queryXSwigExplicitOdDbDxfFiler(swigCPtr, OdRxClass.getCPtr(protocolClass)) : TD_DbPINVOKE.OdDbDxfFiler_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
91
93 return ret;
94}
95
96 public new static OdDbDxfFiler createObject() {// OdSmartPtr<OdDbDxfFiler>
97 MemoryManager mMan = MemoryManager.GetMemoryManager();
98 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
100
101 OdDbDxfFiler ret = null;
102 if (null != mTrans)
103 {
104 mTrans.AddObject((OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),ptr, true));
105 ret = (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),ptr, false);
106 }
107 else
108 {
109 ret = (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),ptr, true);
110 }
111
113 return ret;
114}
115
116 public virtual void seek(Int64 /*SIMPLETYPE*/ offset, FilerSeekType seekType) {
117 if (SwigDerivedClassHasMethod("seek", swigMethodTypes10)) TD_DbPINVOKE.OdDbDxfFiler_seekSwigExplicitOdDbDxfFiler(swigCPtr, offset /*SIMPLETYPE*/, (int)seekType); else TD_DbPINVOKE.OdDbDxfFiler_seek(swigCPtr, offset /*SIMPLETYPE*/, (int)seekType);
119 }
120
121 public virtual UInt64 tell() {
122// test csout
123 /*SIMPLETYPE*/
124 UInt64 ret = (SwigDerivedClassHasMethod("tell", swigMethodTypes11) ? TD_DbPINVOKE.OdDbDxfFiler_tellSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_tell(swigCPtr));
126 return ret;
127 }
128
129 public virtual int precision() {
130 int ret = (SwigDerivedClassHasMethod("precision", swigMethodTypes12) ? TD_DbPINVOKE.OdDbDxfFiler_precisionSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_precision(swigCPtr));
132 return ret;
133 }
134
135 public virtual void setPrecision(int decimalDigits) {
136 if (SwigDerivedClassHasMethod("setPrecision", swigMethodTypes13)) TD_DbPINVOKE.OdDbDxfFiler_setPrecisionSwigExplicitOdDbDxfFiler(swigCPtr, decimalDigits); else TD_DbPINVOKE.OdDbDxfFiler_setPrecision(swigCPtr, decimalDigits);
138 }
139
140 public virtual void writeXDataStart() {
141 if (SwigDerivedClassHasMethod("writeXDataStart", swigMethodTypes14)) TD_DbPINVOKE.OdDbDxfFiler_writeXDataStartSwigExplicitOdDbDxfFiler(swigCPtr); else TD_DbPINVOKE.OdDbDxfFiler_writeXDataStart(swigCPtr);
143 }
144
145 public virtual bool includesDefaultValues() {
146 bool ret = (SwigDerivedClassHasMethod("includesDefaultValues", swigMethodTypes15) ? TD_DbPINVOKE.OdDbDxfFiler_includesDefaultValuesSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_includesDefaultValues(swigCPtr));
148 return ret;
149 }
150
151 public virtual bool atEOF() {
152 bool ret = (SwigDerivedClassHasMethod("atEOF", swigMethodTypes16) ? TD_DbPINVOKE.OdDbDxfFiler_atEOFSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_atEOF(swigCPtr));
154 return ret;
155 }
156
157 public virtual bool atEndOfObject() {
158 bool ret = (SwigDerivedClassHasMethod("atEndOfObject", swigMethodTypes17) ? TD_DbPINVOKE.OdDbDxfFiler_atEndOfObjectSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_atEndOfObject(swigCPtr));
160 return ret;
161 }
162
163 public virtual bool atExtendedData() {
164 bool ret = (SwigDerivedClassHasMethod("atExtendedData", swigMethodTypes18) ? TD_DbPINVOKE.OdDbDxfFiler_atExtendedDataSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_atExtendedData(swigCPtr));
166 return ret;
167 }
168
169 public virtual bool atSubclassData(String subClassName) {
170 bool ret = (SwigDerivedClassHasMethod("atSubclassData", swigMethodTypes19) ? TD_DbPINVOKE.OdDbDxfFiler_atSubclassDataSwigExplicitOdDbDxfFiler(swigCPtr, subClassName) : TD_DbPINVOKE.OdDbDxfFiler_atSubclassData(swigCPtr, subClassName));
172 return ret;
173 }
174
175 public virtual bool atEmbeddedObjectStart() {
176 bool ret = (SwigDerivedClassHasMethod("atEmbeddedObjectStart", swigMethodTypes20) ? TD_DbPINVOKE.OdDbDxfFiler_atEmbeddedObjectStartSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_atEmbeddedObjectStart(swigCPtr));
178 return ret;
179 }
180
181 public virtual int nextItem() {
182 int ret = (SwigDerivedClassHasMethod("nextItem", swigMethodTypes21) ? TD_DbPINVOKE.OdDbDxfFiler_nextItemSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_nextItem(swigCPtr));
184 return ret;
185 }
186
187 public virtual OdResBuf nextRb() {// OdResBufPtr
188 MemoryManager mMan = MemoryManager.GetMemoryManager();
189 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
190 IntPtr ptr = (SwigDerivedClassHasMethod("nextRb", swigMethodTypes22) ? TD_DbPINVOKE.OdDbDxfFiler_nextRbSwigExplicitOdDbDxfFiler(swigCPtr) : TD_DbPINVOKE.OdDbDxfFiler_nextRb(swigCPtr));
191
192 OdResBuf ret = null;
193 if (null != mTrans)
194 {
195 mTrans.AddObject((OdResBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdResBuf),ptr, true));
196 ret = (OdResBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdResBuf),ptr, false);
197 }
198 else
199 {
200 ret = (OdResBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdResBuf),ptr, true);
201 }
202
204 return ret;
205}
206
207 public virtual void writeRb(OdResBuf pRb) {
208 if (SwigDerivedClassHasMethod("writeRb", swigMethodTypes23)) TD_DbPINVOKE.OdDbDxfFiler_writeRbSwigExplicitOdDbDxfFiler(swigCPtr, OdResBuf.getCPtr(pRb)); else TD_DbPINVOKE.OdDbDxfFiler_writeRb(swigCPtr, OdResBuf.getCPtr(pRb));
210 }
211
212 public virtual void pushBackItem() {
213 if (SwigDerivedClassHasMethod("pushBackItem", swigMethodTypes24)) TD_DbPINVOKE.OdDbDxfFiler_pushBackItemSwigExplicitOdDbDxfFiler(swigCPtr); else TD_DbPINVOKE.OdDbDxfFiler_pushBackItem(swigCPtr);
215 }
216
217 public String rdString() {
218 string ret = TD_DbPINVOKE.OdDbDxfFiler_rdString__SWIG_0(swigCPtr);
220 return ret;
221}
222
223 public virtual void rdString(ref string value) {
224IntPtr tmp_value = Marshal.StringToCoTaskMemUni(value);
225 IntPtr saved_value = tmp_value;
226 try {
227 TD_DbPINVOKE.OdDbDxfFiler_rdString__SWIG_1(swigCPtr, ref tmp_value);
229 } finally {
230if (tmp_value != saved_value) value = Marshal.PtrToStringUni(tmp_value);
231 }
232 }
233
234 public virtual bool rdBool() {
235 bool ret = TD_DbPINVOKE.OdDbDxfFiler_rdBool(swigCPtr);
237 return ret;
238 }
239
240 public virtual sbyte rdInt8() {
241// test csout
242 /*SIMPLETYPE*/
243 sbyte ret = TD_DbPINVOKE.OdDbDxfFiler_rdInt8(swigCPtr);
245 return ret;
246 }
247
248 public virtual Int16 rdInt16() {
249// test csout
250 /*SIMPLETYPE*/
251 Int16 ret = TD_DbPINVOKE.OdDbDxfFiler_rdInt16(swigCPtr);
253 return ret;
254 }
255
256 public virtual Int32 rdInt32() {
257// test csout
258 /*SIMPLETYPE*/
259 Int32 ret = TD_DbPINVOKE.OdDbDxfFiler_rdInt32(swigCPtr);
261 return ret;
262 }
263
264 public virtual Int64 rdInt64() {
265// test csout
266 /*SIMPLETYPE*/
267 Int64 ret = TD_DbPINVOKE.OdDbDxfFiler_rdInt64(swigCPtr);
269 return ret;
270 }
271
272 public virtual byte rdUInt8() {
273// test csout
274 /*SIMPLETYPE*/
275 byte ret = TD_DbPINVOKE.OdDbDxfFiler_rdUInt8(swigCPtr);
277 return ret;
278 }
279
280 public virtual UInt16 rdUInt16() {
281// test csout
282 /*SIMPLETYPE*/
283 UInt16 ret = TD_DbPINVOKE.OdDbDxfFiler_rdUInt16(swigCPtr);
285 return ret;
286 }
287
288 public virtual UInt32 rdUInt32() {
289// test csout
290 /*SIMPLETYPE*/
291 UInt32 ret = TD_DbPINVOKE.OdDbDxfFiler_rdUInt32(swigCPtr);
293 return ret;
294 }
295
296 public virtual UInt64 rdUInt64() {
297// test csout
298 /*SIMPLETYPE*/
299 UInt64 ret = TD_DbPINVOKE.OdDbDxfFiler_rdUInt64(swigCPtr);
301 return ret;
302 }
303
304 public virtual OdDbHandle rdHandle() {
305 OdDbHandle ret = new OdDbHandle(TD_DbPINVOKE.OdDbDxfFiler_rdHandle(swigCPtr), true);
307 return ret;
308 }
309
310 public virtual OdDbObjectId rdObjectId() {
311 MemoryManager mMan = MemoryManager.GetMemoryManager();
312 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #27
313 IntPtr ptr = TD_DbPINVOKE.OdDbDxfFiler_rdObjectId(swigCPtr);
314
315 OdDbObjectId ret = null;
316 if (null != mTrans)
317 {
318 mTrans.AddObject(new OdDbObjectId(ptr, true));
319 ret = new OdDbObjectId(ptr, false);
320 }
321 else
322 {
323 ret = new OdDbObjectId(ptr, true);
324 }
325
327 return ret;
328}
329
330 public virtual double rdAngle() {
331 double ret = TD_DbPINVOKE.OdDbDxfFiler_rdAngle(swigCPtr);
333 return ret;
334 }
335
336 public virtual double rdDouble() {
337 double ret = TD_DbPINVOKE.OdDbDxfFiler_rdDouble(swigCPtr);
339 return ret;
340 }
341
342 public virtual void rdPoint2d(OdGePoint2d value) {
345 }
346
347 public virtual void rdPoint3d(OdGePoint3d value) {
350 }
351
352 public virtual void rdVector2d(OdGeVector2d value) {
355 }
356
357 public virtual void rdVector3d(OdGeVector3d value) {
360 }
361
362 public virtual void rdScale3d(OdGeScale3d value) {
365 }
366
367 public virtual void rdBinaryChunk(OdBinaryData value) {
370 }
371
372 public virtual void copyItem(OdDbDxfFiler pSource) {
373 if (SwigDerivedClassHasMethod("copyItem", swigMethodTypes45)) TD_DbPINVOKE.OdDbDxfFiler_copyItemSwigExplicitOdDbDxfFiler(swigCPtr, OdDbDxfFiler.getCPtr(pSource)); else TD_DbPINVOKE.OdDbDxfFiler_copyItem(swigCPtr, OdDbDxfFiler.getCPtr(pSource));
375 }
376
377 public virtual void wrName(int groupCode, String value) {
378 TD_DbPINVOKE.OdDbDxfFiler_wrName(swigCPtr, groupCode, value);
380 }
381
382 public virtual void wrString(int groupCode, String value) {
383 TD_DbPINVOKE.OdDbDxfFiler_wrString(swigCPtr, groupCode, value);
385 }
386
387 public void wrStringOpt(int groupCode, String value) {
388 TD_DbPINVOKE.OdDbDxfFiler_wrStringOpt(swigCPtr, groupCode, value);
390 }
391
395 }
396
397 public void wrEmbeddedObjectStart() {
400 }
401
402 public virtual void wrBool(int groupCode, bool value) {
403 TD_DbPINVOKE.OdDbDxfFiler_wrBool(swigCPtr, groupCode, value);
405 }
406
407 public void wrBoolOpt(int groupCode, bool value, bool defaultValue) {
408 TD_DbPINVOKE.OdDbDxfFiler_wrBoolOpt(swigCPtr, groupCode, value, defaultValue);
410 }
411
412 public virtual void wrInt8(int groupCode, sbyte /*SIMPLETYPE*/ value) {
413 TD_DbPINVOKE.OdDbDxfFiler_wrInt8(swigCPtr, groupCode, value /*SIMPLETYPE*/);
415 }
416
417 public void wrInt8Opt(int groupCode, sbyte /*SIMPLETYPE*/ value, sbyte /*SIMPLETYPE*/ defaultValue) {
418 TD_DbPINVOKE.OdDbDxfFiler_wrInt8Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
420 }
421
422 public virtual void wrUInt8(int groupCode, byte /*SIMPLETYPE*/ value) {
423 TD_DbPINVOKE.OdDbDxfFiler_wrUInt8(swigCPtr, groupCode, value /*SIMPLETYPE*/);
425 }
426
427 public void wrUInt8Opt(int groupCode, byte /*SIMPLETYPE*/ value, byte /*SIMPLETYPE*/ defaultValue) {
428 TD_DbPINVOKE.OdDbDxfFiler_wrUInt8Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
430 }
431
432 public virtual void wrInt16(int groupCode, Int16 /*SIMPLETYPE*/ value) {
433 TD_DbPINVOKE.OdDbDxfFiler_wrInt16(swigCPtr, groupCode, value /*SIMPLETYPE*/);
435 }
436
437 public void wrInt16Opt(int groupCode, Int16 /*SIMPLETYPE*/ value, Int16 /*SIMPLETYPE*/ defaultValue) {
438 TD_DbPINVOKE.OdDbDxfFiler_wrInt16Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
440 }
441
442 public virtual void wrUInt16(int groupCode, UInt16 /*SIMPLETYPE*/ value) {
443 TD_DbPINVOKE.OdDbDxfFiler_wrUInt16(swigCPtr, groupCode, value /*SIMPLETYPE*/);
445 }
446
447 public void wrUInt16Opt(int groupCode, UInt16 /*SIMPLETYPE*/ value, UInt16 /*SIMPLETYPE*/ defaultValue) {
448 TD_DbPINVOKE.OdDbDxfFiler_wrUInt16Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
450 }
451
452 public virtual void wrInt32(int groupCode, Int32 /*SIMPLETYPE*/ value) {
453 TD_DbPINVOKE.OdDbDxfFiler_wrInt32(swigCPtr, groupCode, value /*SIMPLETYPE*/);
455 }
456
457 public void wrInt32Opt(int groupCode, Int32 /*SIMPLETYPE*/ value, Int32 /*SIMPLETYPE*/ defaultValue) {
458 TD_DbPINVOKE.OdDbDxfFiler_wrInt32Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
460 }
461
462 public virtual void wrUInt32(int groupCode, UInt32 /*SIMPLETYPE*/ value) {
463 TD_DbPINVOKE.OdDbDxfFiler_wrUInt32(swigCPtr, groupCode, value /*SIMPLETYPE*/);
465 }
466
467 public void wrUInt32Opt(int groupCode, UInt32 /*SIMPLETYPE*/ value, UInt32 /*SIMPLETYPE*/ defaultValue) {
468 TD_DbPINVOKE.OdDbDxfFiler_wrUInt32Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
470 }
471
472 public virtual void wrInt64(int groupCode, Int64 /*SIMPLETYPE*/ value) {
473 TD_DbPINVOKE.OdDbDxfFiler_wrInt64(swigCPtr, groupCode, value /*SIMPLETYPE*/);
475 }
476
477 public void wrInt64Opt(int groupCode, Int64 /*SIMPLETYPE*/ value, Int64 /*SIMPLETYPE*/ defaultValue) {
478 TD_DbPINVOKE.OdDbDxfFiler_wrInt64Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
480 }
481
482 public virtual void wrUInt64(int groupCode, UInt64 /*SIMPLETYPE*/ value) {
483 TD_DbPINVOKE.OdDbDxfFiler_wrUInt64(swigCPtr, groupCode, value /*SIMPLETYPE*/);
485 }
486
487 public void wrUInt64Opt(int groupCode, UInt64 /*SIMPLETYPE*/ value, UInt64 /*SIMPLETYPE*/ defaultValue) {
488 TD_DbPINVOKE.OdDbDxfFiler_wrUInt64Opt(swigCPtr, groupCode, value /*SIMPLETYPE*/, defaultValue /*SIMPLETYPE*/);
490 }
491
492 public virtual void wrHandle(int groupCode, OdDbHandle value) {
495 }
496
497 public virtual void wrObjectId(int groupCode, OdDbObjectId value) {
500 }
501
502 public void wrObjectIdOpt(int groupCode, OdDbObjectId value) {
505 }
506
507 public virtual void wrAngle(int groupCode, double value, int precision) {
510 }
511
512 public virtual void wrAngle(int groupCode, double value) {
513 TD_DbPINVOKE.OdDbDxfFiler_wrAngle__SWIG_1(swigCPtr, groupCode, value);
515 }
516
517 public void wrAngleOpt(int groupCode, double value, double defaultValue, int precision) {
518 TD_DbPINVOKE.OdDbDxfFiler_wrAngleOpt__SWIG_0(swigCPtr, groupCode, value, defaultValue, precision);
520 }
521
522 public void wrAngleOpt(int groupCode, double value, double defaultValue) {
523 TD_DbPINVOKE.OdDbDxfFiler_wrAngleOpt__SWIG_1(swigCPtr, groupCode, value, defaultValue);
525 }
526
527 public void wrAngleOpt(int groupCode, double value) {
530 }
531
532 public virtual void wrDouble(int groupCode, double value, int precision) {
535 }
536
537 public virtual void wrDouble(int groupCode, double value) {
540 }
541
542 public void wrDoubleOpt(int groupCode, double value, double defaultValue, int precision) {
543 TD_DbPINVOKE.OdDbDxfFiler_wrDoubleOpt__SWIG_0(swigCPtr, groupCode, value, defaultValue, precision);
545 }
546
547 public void wrDoubleOpt(int groupCode, double value, double defaultValue) {
548 TD_DbPINVOKE.OdDbDxfFiler_wrDoubleOpt__SWIG_1(swigCPtr, groupCode, value, defaultValue);
550 }
551
552 public void wrDoubleOpt(int groupCode, double value) {
555 }
556
557 public virtual void wrPoint2d(int groupCode, OdGePoint2d value, int precision) {
560 }
561
562 public virtual void wrPoint2d(int groupCode, OdGePoint2d value) {
565 }
566
567 public void wrPoint2dOpt(int groupCode, OdGePoint2d value, OdGePoint2d defaultValue, int precision) {
570 }
571
572 public void wrPoint2dOpt(int groupCode, OdGePoint2d value, OdGePoint2d defaultValue) {
575 }
576
577 public virtual void wrPoint3d(int groupCode, OdGePoint3d value, int precision) {
580 }
581
582 public virtual void wrPoint3d(int groupCode, OdGePoint3d value) {
585 }
586
587 public void wrPoint3dOpt(int groupCode, OdGePoint3d value, OdGePoint3d defaultValue, int precision) {
590 }
591
592 public void wrPoint3dOpt(int groupCode, OdGePoint3d value, OdGePoint3d defaultValue) {
595 }
596
597 public virtual void wrVector2d(int groupCode, OdGeVector2d value, int precision) {
600 }
601
602 public virtual void wrVector2d(int groupCode, OdGeVector2d value) {
605 }
606
607 public void wrVector2dOpt(int groupCode, OdGeVector2d value, OdGeVector2d defaultValue, int precision) {
608 TD_DbPINVOKE.OdDbDxfFiler_wrVector2dOpt__SWIG_0(swigCPtr, groupCode, OdGeVector2d.getCPtr(value).Handle, OdGeVector2d.getCPtr(defaultValue).Handle, precision);
610 }
611
612 public void wrVector2dOpt(int groupCode, OdGeVector2d value, OdGeVector2d defaultValue) {
613 TD_DbPINVOKE.OdDbDxfFiler_wrVector2dOpt__SWIG_1(swigCPtr, groupCode, OdGeVector2d.getCPtr(value).Handle, OdGeVector2d.getCPtr(defaultValue).Handle);
615 }
616
617 public virtual void wrVector3d(int groupCode, OdGeVector3d value, int precision) {
620 }
621
622 public virtual void wrVector3d(int groupCode, OdGeVector3d value) {
625 }
626
627 public void wrVector3dOpt(int groupCode, OdGeVector3d value, OdGeVector3d defaultValue, int precision) {
630 }
631
632 public void wrVector3dOpt(int groupCode, OdGeVector3d value, OdGeVector3d defaultValue) {
635 }
636
637 public virtual void wrScale3d(int groupCode, OdGeScale3d value, int precision) {
640 }
641
642 public virtual void wrScale3d(int groupCode, OdGeScale3d value) {
645 }
646
647 public virtual void wrBinaryChunk(int groupCode, byte[] /*SIMPLEFIXED_ARRAY*/ buffer) {
648IntPtr p_buffer=Teigha.Core.Helpers.MarshalbyteFixedArray(buffer);
649 try {
650 TD_DbPINVOKE.OdDbDxfFiler_wrBinaryChunk__SWIG_0(swigCPtr, groupCode, p_buffer);
652 } finally {
653Marshal.FreeCoTaskMem(p_buffer);
654 }
655 }
656
657 public void wrBinaryChunk(int groupCode, OdBinaryData value) {
660 }
661
662 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
663 string ret = TD_DbPINVOKE.OdDbDxfFiler_getRealClassName(ptr /*SIMPLETYPE*/);
665 return ret;
666 }
667
672 public virtual Teigha.TD.OdDbFiler.FilerType vb_filerType() { return this.filerType(); }
673
678 public virtual Teigha.Core.DwgVersion vb_dwgVersion(out Teigha.Core.MaintReleaseVer pMaintReleaseVer) { return this.dwgVersion(out pMaintReleaseVer); }
679
684 public virtual Teigha.Core.DwgVersion vb_dwgVersion() { return this.dwgVersion(); }
685
686 private void SwigDirectorConnect() {
687 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
688 swigDelegate0 = new SwigDelegateOdDbDxfFiler_0(SwigDirectorMethodqueryX);
689 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
690 swigDelegate1 = new SwigDelegateOdDbDxfFiler_1(SwigDirectorMethodisA);
691 if (SwigDerivedClassHasMethod("filerStatus", swigMethodTypes2))
692 swigDelegate2 = new SwigDelegateOdDbDxfFiler_2(SwigDirectorMethodfilerStatus);
693 if (SwigDerivedClassHasMethod("resetFilerStatus", swigMethodTypes3))
694 swigDelegate3 = new SwigDelegateOdDbDxfFiler_3(SwigDirectorMethodresetFilerStatus);
695 if (SwigDerivedClassHasMethod("filerType", swigMethodTypes4))
696 swigDelegate4 = new SwigDelegateOdDbDxfFiler_4(SwigDirectorMethodfilerType);
697 if (SwigDerivedClassHasMethod("database", swigMethodTypes5))
698 swigDelegate5 = new SwigDelegateOdDbDxfFiler_5(SwigDirectorMethoddatabase);
699 if (SwigDerivedClassHasMethod("dwgVersion", swigMethodTypes6))
700 swigDelegate6 = new SwigDelegateOdDbDxfFiler_6(SwigDirectorMethoddwgVersion__SWIG_0);
701 if (SwigDerivedClassHasMethod("dwgVersion", swigMethodTypes7))
702 swigDelegate7 = new SwigDelegateOdDbDxfFiler_7(SwigDirectorMethoddwgVersion__SWIG_1);
703 if (SwigDerivedClassHasMethod("setController", swigMethodTypes8))
704 swigDelegate8 = new SwigDelegateOdDbDxfFiler_8(SwigDirectorMethodsetController);
705 if (SwigDerivedClassHasMethod("controller", swigMethodTypes9))
706 swigDelegate9 = new SwigDelegateOdDbDxfFiler_9(SwigDirectorMethodcontroller);
707 if (SwigDerivedClassHasMethod("seek", swigMethodTypes10))
708 swigDelegate10 = new SwigDelegateOdDbDxfFiler_10(SwigDirectorMethodseek);
709 if (SwigDerivedClassHasMethod("tell", swigMethodTypes11))
710 swigDelegate11 = new SwigDelegateOdDbDxfFiler_11(SwigDirectorMethodtell);
711 if (SwigDerivedClassHasMethod("precision", swigMethodTypes12))
712 swigDelegate12 = new SwigDelegateOdDbDxfFiler_12(SwigDirectorMethodprecision);
713 if (SwigDerivedClassHasMethod("setPrecision", swigMethodTypes13))
714 swigDelegate13 = new SwigDelegateOdDbDxfFiler_13(SwigDirectorMethodsetPrecision);
715 if (SwigDerivedClassHasMethod("writeXDataStart", swigMethodTypes14))
716 swigDelegate14 = new SwigDelegateOdDbDxfFiler_14(SwigDirectorMethodwriteXDataStart);
717 if (SwigDerivedClassHasMethod("includesDefaultValues", swigMethodTypes15))
718 swigDelegate15 = new SwigDelegateOdDbDxfFiler_15(SwigDirectorMethodincludesDefaultValues);
719 if (SwigDerivedClassHasMethod("atEOF", swigMethodTypes16))
720 swigDelegate16 = new SwigDelegateOdDbDxfFiler_16(SwigDirectorMethodatEOF);
721 if (SwigDerivedClassHasMethod("atEndOfObject", swigMethodTypes17))
722 swigDelegate17 = new SwigDelegateOdDbDxfFiler_17(SwigDirectorMethodatEndOfObject);
723 if (SwigDerivedClassHasMethod("atExtendedData", swigMethodTypes18))
724 swigDelegate18 = new SwigDelegateOdDbDxfFiler_18(SwigDirectorMethodatExtendedData);
725 if (SwigDerivedClassHasMethod("atSubclassData", swigMethodTypes19))
726 swigDelegate19 = new SwigDelegateOdDbDxfFiler_19(SwigDirectorMethodatSubclassData);
727 if (SwigDerivedClassHasMethod("atEmbeddedObjectStart", swigMethodTypes20))
728 swigDelegate20 = new SwigDelegateOdDbDxfFiler_20(SwigDirectorMethodatEmbeddedObjectStart);
729 if (SwigDerivedClassHasMethod("nextItem", swigMethodTypes21))
730 swigDelegate21 = new SwigDelegateOdDbDxfFiler_21(SwigDirectorMethodnextItem);
731 if (SwigDerivedClassHasMethod("nextRb", swigMethodTypes22))
732 swigDelegate22 = new SwigDelegateOdDbDxfFiler_22(SwigDirectorMethodnextRb);
733 if (SwigDerivedClassHasMethod("writeRb", swigMethodTypes23))
734 swigDelegate23 = new SwigDelegateOdDbDxfFiler_23(SwigDirectorMethodwriteRb);
735 if (SwigDerivedClassHasMethod("pushBackItem", swigMethodTypes24))
736 swigDelegate24 = new SwigDelegateOdDbDxfFiler_24(SwigDirectorMethodpushBackItem);
737 if (SwigDerivedClassHasMethod("rdString", swigMethodTypes25))
738 swigDelegate25 = new SwigDelegateOdDbDxfFiler_25(SwigDirectorMethodrdString__SWIG_1);
739 if (SwigDerivedClassHasMethod("rdBool", swigMethodTypes26))
740 swigDelegate26 = new SwigDelegateOdDbDxfFiler_26(SwigDirectorMethodrdBool);
741 if (SwigDerivedClassHasMethod("rdInt8", swigMethodTypes27))
742 swigDelegate27 = new SwigDelegateOdDbDxfFiler_27(SwigDirectorMethodrdInt8);
743 if (SwigDerivedClassHasMethod("rdInt16", swigMethodTypes28))
744 swigDelegate28 = new SwigDelegateOdDbDxfFiler_28(SwigDirectorMethodrdInt16);
745 if (SwigDerivedClassHasMethod("rdInt32", swigMethodTypes29))
746 swigDelegate29 = new SwigDelegateOdDbDxfFiler_29(SwigDirectorMethodrdInt32);
747 if (SwigDerivedClassHasMethod("rdInt64", swigMethodTypes30))
748 swigDelegate30 = new SwigDelegateOdDbDxfFiler_30(SwigDirectorMethodrdInt64);
749 if (SwigDerivedClassHasMethod("rdUInt8", swigMethodTypes31))
750 swigDelegate31 = new SwigDelegateOdDbDxfFiler_31(SwigDirectorMethodrdUInt8);
751 if (SwigDerivedClassHasMethod("rdUInt16", swigMethodTypes32))
752 swigDelegate32 = new SwigDelegateOdDbDxfFiler_32(SwigDirectorMethodrdUInt16);
753 if (SwigDerivedClassHasMethod("rdUInt32", swigMethodTypes33))
754 swigDelegate33 = new SwigDelegateOdDbDxfFiler_33(SwigDirectorMethodrdUInt32);
755 if (SwigDerivedClassHasMethod("rdUInt64", swigMethodTypes34))
756 swigDelegate34 = new SwigDelegateOdDbDxfFiler_34(SwigDirectorMethodrdUInt64);
757 if (SwigDerivedClassHasMethod("rdHandle", swigMethodTypes35))
758 swigDelegate35 = new SwigDelegateOdDbDxfFiler_35(SwigDirectorMethodrdHandle);
759 if (SwigDerivedClassHasMethod("rdObjectId", swigMethodTypes36))
760 swigDelegate36 = new SwigDelegateOdDbDxfFiler_36(SwigDirectorMethodrdObjectId);
761 if (SwigDerivedClassHasMethod("rdAngle", swigMethodTypes37))
762 swigDelegate37 = new SwigDelegateOdDbDxfFiler_37(SwigDirectorMethodrdAngle);
763 if (SwigDerivedClassHasMethod("rdDouble", swigMethodTypes38))
764 swigDelegate38 = new SwigDelegateOdDbDxfFiler_38(SwigDirectorMethodrdDouble);
765 if (SwigDerivedClassHasMethod("rdPoint2d", swigMethodTypes39))
766 swigDelegate39 = new SwigDelegateOdDbDxfFiler_39(SwigDirectorMethodrdPoint2d);
767 if (SwigDerivedClassHasMethod("rdPoint3d", swigMethodTypes40))
768 swigDelegate40 = new SwigDelegateOdDbDxfFiler_40(SwigDirectorMethodrdPoint3d);
769 if (SwigDerivedClassHasMethod("rdVector2d", swigMethodTypes41))
770 swigDelegate41 = new SwigDelegateOdDbDxfFiler_41(SwigDirectorMethodrdVector2d);
771 if (SwigDerivedClassHasMethod("rdVector3d", swigMethodTypes42))
772 swigDelegate42 = new SwigDelegateOdDbDxfFiler_42(SwigDirectorMethodrdVector3d);
773 if (SwigDerivedClassHasMethod("rdScale3d", swigMethodTypes43))
774 swigDelegate43 = new SwigDelegateOdDbDxfFiler_43(SwigDirectorMethodrdScale3d);
775 if (SwigDerivedClassHasMethod("rdBinaryChunk", swigMethodTypes44))
776 swigDelegate44 = new SwigDelegateOdDbDxfFiler_44(SwigDirectorMethodrdBinaryChunk);
777 if (SwigDerivedClassHasMethod("copyItem", swigMethodTypes45))
778 swigDelegate45 = new SwigDelegateOdDbDxfFiler_45(SwigDirectorMethodcopyItem);
779 if (SwigDerivedClassHasMethod("wrName", swigMethodTypes46))
780 swigDelegate46 = new SwigDelegateOdDbDxfFiler_46(SwigDirectorMethodwrName);
781 if (SwigDerivedClassHasMethod("wrString", swigMethodTypes47))
782 swigDelegate47 = new SwigDelegateOdDbDxfFiler_47(SwigDirectorMethodwrString);
783 if (SwigDerivedClassHasMethod("wrBool", swigMethodTypes48))
784 swigDelegate48 = new SwigDelegateOdDbDxfFiler_48(SwigDirectorMethodwrBool);
785 if (SwigDerivedClassHasMethod("wrInt8", swigMethodTypes49))
786 swigDelegate49 = new SwigDelegateOdDbDxfFiler_49(SwigDirectorMethodwrInt8);
787 if (SwigDerivedClassHasMethod("wrUInt8", swigMethodTypes50))
788 swigDelegate50 = new SwigDelegateOdDbDxfFiler_50(SwigDirectorMethodwrUInt8);
789 if (SwigDerivedClassHasMethod("wrInt16", swigMethodTypes51))
790 swigDelegate51 = new SwigDelegateOdDbDxfFiler_51(SwigDirectorMethodwrInt16);
791 if (SwigDerivedClassHasMethod("wrUInt16", swigMethodTypes52))
792 swigDelegate52 = new SwigDelegateOdDbDxfFiler_52(SwigDirectorMethodwrUInt16);
793 if (SwigDerivedClassHasMethod("wrInt32", swigMethodTypes53))
794 swigDelegate53 = new SwigDelegateOdDbDxfFiler_53(SwigDirectorMethodwrInt32);
795 if (SwigDerivedClassHasMethod("wrUInt32", swigMethodTypes54))
796 swigDelegate54 = new SwigDelegateOdDbDxfFiler_54(SwigDirectorMethodwrUInt32);
797 if (SwigDerivedClassHasMethod("wrInt64", swigMethodTypes55))
798 swigDelegate55 = new SwigDelegateOdDbDxfFiler_55(SwigDirectorMethodwrInt64);
799 if (SwigDerivedClassHasMethod("wrUInt64", swigMethodTypes56))
800 swigDelegate56 = new SwigDelegateOdDbDxfFiler_56(SwigDirectorMethodwrUInt64);
801 if (SwigDerivedClassHasMethod("wrHandle", swigMethodTypes57))
802 swigDelegate57 = new SwigDelegateOdDbDxfFiler_57(SwigDirectorMethodwrHandle);
803 if (SwigDerivedClassHasMethod("wrObjectId", swigMethodTypes58))
804 swigDelegate58 = new SwigDelegateOdDbDxfFiler_58(SwigDirectorMethodwrObjectId);
805 if (SwigDerivedClassHasMethod("wrAngle", swigMethodTypes59))
806 swigDelegate59 = new SwigDelegateOdDbDxfFiler_59(SwigDirectorMethodwrAngle__SWIG_0);
807 if (SwigDerivedClassHasMethod("wrAngle", swigMethodTypes60))
808 swigDelegate60 = new SwigDelegateOdDbDxfFiler_60(SwigDirectorMethodwrAngle__SWIG_1);
809 if (SwigDerivedClassHasMethod("wrDouble", swigMethodTypes61))
810 swigDelegate61 = new SwigDelegateOdDbDxfFiler_61(SwigDirectorMethodwrDouble__SWIG_0);
811 if (SwigDerivedClassHasMethod("wrDouble", swigMethodTypes62))
812 swigDelegate62 = new SwigDelegateOdDbDxfFiler_62(SwigDirectorMethodwrDouble__SWIG_1);
813 if (SwigDerivedClassHasMethod("wrPoint2d", swigMethodTypes63))
814 swigDelegate63 = new SwigDelegateOdDbDxfFiler_63(SwigDirectorMethodwrPoint2d__SWIG_0);
815 if (SwigDerivedClassHasMethod("wrPoint2d", swigMethodTypes64))
816 swigDelegate64 = new SwigDelegateOdDbDxfFiler_64(SwigDirectorMethodwrPoint2d__SWIG_1);
817 if (SwigDerivedClassHasMethod("wrPoint3d", swigMethodTypes65))
818 swigDelegate65 = new SwigDelegateOdDbDxfFiler_65(SwigDirectorMethodwrPoint3d__SWIG_0);
819 if (SwigDerivedClassHasMethod("wrPoint3d", swigMethodTypes66))
820 swigDelegate66 = new SwigDelegateOdDbDxfFiler_66(SwigDirectorMethodwrPoint3d__SWIG_1);
821 if (SwigDerivedClassHasMethod("wrVector2d", swigMethodTypes67))
822 swigDelegate67 = new SwigDelegateOdDbDxfFiler_67(SwigDirectorMethodwrVector2d__SWIG_0);
823 if (SwigDerivedClassHasMethod("wrVector2d", swigMethodTypes68))
824 swigDelegate68 = new SwigDelegateOdDbDxfFiler_68(SwigDirectorMethodwrVector2d__SWIG_1);
825 if (SwigDerivedClassHasMethod("wrVector3d", swigMethodTypes69))
826 swigDelegate69 = new SwigDelegateOdDbDxfFiler_69(SwigDirectorMethodwrVector3d__SWIG_0);
827 if (SwigDerivedClassHasMethod("wrVector3d", swigMethodTypes70))
828 swigDelegate70 = new SwigDelegateOdDbDxfFiler_70(SwigDirectorMethodwrVector3d__SWIG_1);
829 if (SwigDerivedClassHasMethod("wrScale3d", swigMethodTypes71))
830 swigDelegate71 = new SwigDelegateOdDbDxfFiler_71(SwigDirectorMethodwrScale3d__SWIG_0);
831 if (SwigDerivedClassHasMethod("wrScale3d", swigMethodTypes72))
832 swigDelegate72 = new SwigDelegateOdDbDxfFiler_72(SwigDirectorMethodwrScale3d__SWIG_1);
833 if (SwigDerivedClassHasMethod("wrBinaryChunk", swigMethodTypes73))
834 swigDelegate73 = new SwigDelegateOdDbDxfFiler_73(SwigDirectorMethodwrBinaryChunk__SWIG_0);
835 TD_DbPINVOKE.OdDbDxfFiler_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26, swigDelegate27, swigDelegate28, swigDelegate29, swigDelegate30, swigDelegate31, swigDelegate32, swigDelegate33, swigDelegate34, swigDelegate35, swigDelegate36, swigDelegate37, swigDelegate38, swigDelegate39, swigDelegate40, swigDelegate41, swigDelegate42, swigDelegate43, swigDelegate44, swigDelegate45, swigDelegate46, swigDelegate47, swigDelegate48, swigDelegate49, swigDelegate50, swigDelegate51, swigDelegate52, swigDelegate53, swigDelegate54, swigDelegate55, swigDelegate56, swigDelegate57, swigDelegate58, swigDelegate59, swigDelegate60, swigDelegate61, swigDelegate62, swigDelegate63, swigDelegate64, swigDelegate65, swigDelegate66, swigDelegate67, swigDelegate68, swigDelegate69, swigDelegate70, swigDelegate71, swigDelegate72, swigDelegate73);
836 }
837
838 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
839 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
840 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdDbDxfFiler));
841 return hasDerivedMethod;
842 }
843
844 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
845 return
846 // csdirectorout for OdRxObject*, OdRxObject&
848 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
849)).Handle
850;
851 }
852
853 private IntPtr SwigDirectorMethodisA() {
854 return
855 // csdirectorout for OdRxClass*, OdRxClass&
856 OdRxClass.getCPtr(isA()).Handle
857;
858 }
859
860 private int SwigDirectorMethodfilerStatus() {
861 return (int)filerStatus();
862 }
863
864 private void SwigDirectorMethodresetFilerStatus() {
866 }
867
868 private int SwigDirectorMethodfilerType() {
869 return (int)filerType();
870 }
871
872 private IntPtr SwigDirectorMethoddatabase() {
873 return
874 // csdirectorout for OdDbDatabase*, OdDbDatabase&
875 OdDbDatabase.getCPtr(database()).Handle
876;
877 }
878
879 private int SwigDirectorMethoddwgVersion__SWIG_0(MaintReleaseVer pMaintReleaseVer) {
880 return (int)dwgVersion(out pMaintReleaseVer);
881 }
882
883 private int SwigDirectorMethoddwgVersion__SWIG_1() {
884 return (int)dwgVersion();
885 }
886
887 private void SwigDirectorMethodsetController(global::System.IntPtr pFilerController) {
888 setController((pFilerController == global::System.IntPtr.Zero) ? null : new OdDbFilerController(pFilerController, false));
889 }
890
891 private global::System.IntPtr SwigDirectorMethodcontroller() {
892 return OdDbFilerController.getCPtr(controller()).Handle;
893 }
894
895 private void SwigDirectorMethodseek(Int64 /*SIMPLETYPE*/ offset, int seekType) {
896 seek(offset /*SIMPLETYPE*/, (FilerSeekType)seekType);
897 }
898
899 private UInt64 /*SIMPLETYPE*/ SwigDirectorMethodtell() {
900 return tell() /*SIMPLETYPE*/;
901 }
902
903 private int SwigDirectorMethodprecision() {
904 return precision();
905 }
906
907 private void SwigDirectorMethodsetPrecision(int decimalDigits) {
908 setPrecision(decimalDigits);
909 }
910
911 private void SwigDirectorMethodwriteXDataStart() {
913 }
914
915 private bool SwigDirectorMethodincludesDefaultValues() {
916 return includesDefaultValues();
917 }
918
919 private bool SwigDirectorMethodatEOF() {
920 return atEOF();
921 }
922
923 private bool SwigDirectorMethodatEndOfObject() {
924 return atEndOfObject();
925 }
926
927 private bool SwigDirectorMethodatExtendedData() {
928 return atExtendedData();
929 }
930
931 private bool SwigDirectorMethodatSubclassData([MarshalAs(UnmanagedType.LPWStr)]String subClassName) {
932 return atSubclassData(subClassName);
933 }
934
935 private bool SwigDirectorMethodatEmbeddedObjectStart() {
936 return atEmbeddedObjectStart();
937 }
938
939 private int SwigDirectorMethodnextItem() {
940 return nextItem();
941 }
942
943 private IntPtr SwigDirectorMethodnextRb() {
944 return OdResBuf.getCPtr(nextRb()).Handle;
945 }
946
947 private void SwigDirectorMethodwriteRb(IntPtr pRb) {
948 writeRb(
949 (OdResBuf)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdResBuf),pRb,false) /*createInt 6_2*/ // csdirectorin for smart pointer
950);
951 }
952
953 private void SwigDirectorMethodpushBackItem() {
954 pushBackItem();
955 }
956
957 private void SwigDirectorMethodrdString__SWIG_1(IntPtr value) {
958 string tmp_value = Marshal.PtrToStringUni(value);
959 string saved_value = tmp_value;
960 try {
961 rdString(ref tmp_value);
962 } finally {
963 if (tmp_value != saved_value) value = Marshal.StringToCoTaskMemUni(tmp_value);
964 }
965 }
966
967 private bool SwigDirectorMethodrdBool() {
968 return rdBool();
969 }
970
971 private sbyte /*SIMPLETYPE*/ SwigDirectorMethodrdInt8() {
972 return rdInt8() /*SIMPLETYPE*/;
973 }
974
975 private Int16 /*SIMPLETYPE*/ SwigDirectorMethodrdInt16() {
976 return rdInt16() /*SIMPLETYPE*/;
977 }
978
979 private Int32 /*SIMPLETYPE*/ SwigDirectorMethodrdInt32() {
980 return rdInt32() /*SIMPLETYPE*/;
981 }
982
983 private Int64 /*SIMPLETYPE*/ SwigDirectorMethodrdInt64() {
984 return rdInt64() /*SIMPLETYPE*/;
985 }
986
987 private byte /*SIMPLETYPE*/ SwigDirectorMethodrdUInt8() {
988 return rdUInt8() /*SIMPLETYPE*/;
989 }
990
991 private UInt16 /*SIMPLETYPE*/ SwigDirectorMethodrdUInt16() {
992 return rdUInt16() /*SIMPLETYPE*/;
993 }
994
995 private UInt32 /*SIMPLETYPE*/ SwigDirectorMethodrdUInt32() {
996 return rdUInt32() /*SIMPLETYPE*/;
997 }
998
999 private UInt64 /*SIMPLETYPE*/ SwigDirectorMethodrdUInt64() {
1000 return rdUInt64() /*SIMPLETYPE*/;
1001 }
1002
1003 private global::System.IntPtr SwigDirectorMethodrdHandle() {
1004 return OdDbHandle.getCPtr(rdHandle()).Handle;
1005 }
1006
1007 private global::System.IntPtr SwigDirectorMethodrdObjectId() {
1008 return OdDbObjectId.getCPtr(rdObjectId()).Handle;
1009 }
1010
1011 private double SwigDirectorMethodrdAngle() {
1012 return rdAngle();
1013 }
1014
1015 private double SwigDirectorMethodrdDouble() {
1016 return rdDouble();
1017 }
1018
1019 private void SwigDirectorMethodrdPoint2d(global::System.IntPtr value) {
1020 rdPoint2d(new OdGePoint2d(value, false));
1021 }
1022
1023 private void SwigDirectorMethodrdPoint3d(global::System.IntPtr value) {
1024 rdPoint3d(new OdGePoint3d(value, false));
1025 }
1026
1027 private void SwigDirectorMethodrdVector2d(IntPtr value) {
1028 rdVector2d(
1029 //csdirectorin of INOUT_PARAM_OBJ
1030 new OdGeVector2d(value,true)
1031);
1032 }
1033
1034 private void SwigDirectorMethodrdVector3d(global::System.IntPtr value) {
1035 rdVector3d(new OdGeVector3d(value, false));
1036 }
1037
1038 private void SwigDirectorMethodrdScale3d(global::System.IntPtr value) {
1039 rdScale3d(new OdGeScale3d(value, false));
1040 }
1041
1042 private void SwigDirectorMethodrdBinaryChunk(IntPtr value) {
1044 //csdirectorin of INOUT_PARAM_OBJ
1045 new OdBinaryData(value,true)
1046);
1047 }
1048
1049 private void SwigDirectorMethodcopyItem(IntPtr pSource) {
1050 copyItem(
1051 (OdDbDxfFiler)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDxfFiler),pSource,false) /*createInt 6_1*/ // csdirectorin for smart pointer
1052);
1053 }
1054
1055 private void SwigDirectorMethodwrName(int groupCode, [MarshalAs(UnmanagedType.LPWStr)]String value) {
1056 wrName(groupCode, value);
1057 }
1058
1059 private void SwigDirectorMethodwrString(int groupCode, [MarshalAs(UnmanagedType.LPWStr)]String value) {
1060 wrString(groupCode, value);
1061 }
1062
1063 private void SwigDirectorMethodwrBool(int groupCode, bool value) {
1064 wrBool(groupCode, value);
1065 }
1066
1067 private void SwigDirectorMethodwrInt8(int groupCode, sbyte /*SIMPLETYPE*/ value) {
1068 wrInt8(groupCode, value /*SIMPLETYPE*/);
1069 }
1070
1071 private void SwigDirectorMethodwrUInt8(int groupCode, byte /*SIMPLETYPE*/ value) {
1072 wrUInt8(groupCode, value /*SIMPLETYPE*/);
1073 }
1074
1075 private void SwigDirectorMethodwrInt16(int groupCode, Int16 /*SIMPLETYPE*/ value) {
1076 wrInt16(groupCode, value /*SIMPLETYPE*/);
1077 }
1078
1079 private void SwigDirectorMethodwrUInt16(int groupCode, UInt16 /*SIMPLETYPE*/ value) {
1080 wrUInt16(groupCode, value /*SIMPLETYPE*/);
1081 }
1082
1083 private void SwigDirectorMethodwrInt32(int groupCode, Int32 /*SIMPLETYPE*/ value) {
1084 wrInt32(groupCode, value /*SIMPLETYPE*/);
1085 }
1086
1087 private void SwigDirectorMethodwrUInt32(int groupCode, UInt32 /*SIMPLETYPE*/ value) {
1088 wrUInt32(groupCode, value /*SIMPLETYPE*/);
1089 }
1090
1091 private void SwigDirectorMethodwrInt64(int groupCode, Int64 /*SIMPLETYPE*/ value) {
1092 wrInt64(groupCode, value /*SIMPLETYPE*/);
1093 }
1094
1095 private void SwigDirectorMethodwrUInt64(int groupCode, UInt64 /*SIMPLETYPE*/ value) {
1096 wrUInt64(groupCode, value /*SIMPLETYPE*/);
1097 }
1098
1099 private void SwigDirectorMethodwrHandle(int groupCode, global::System.IntPtr value) {
1100 wrHandle(groupCode, new OdDbHandle(value, true));
1101 }
1102
1103 private void SwigDirectorMethodwrObjectId(int groupCode, global::System.IntPtr value) {
1104 wrObjectId(groupCode, new OdDbObjectId(value, true));
1105 }
1106
1107 private void SwigDirectorMethodwrAngle__SWIG_0(int groupCode, double value, int precision) {
1108 wrAngle(groupCode, value, precision);
1109 }
1110
1111 private void SwigDirectorMethodwrAngle__SWIG_1(int groupCode, double value) {
1112 wrAngle(groupCode, value);
1113 }
1114
1115 private void SwigDirectorMethodwrDouble__SWIG_0(int groupCode, double value, int precision) {
1116 wrDouble(groupCode, value, precision);
1117 }
1118
1119 private void SwigDirectorMethodwrDouble__SWIG_1(int groupCode, double value) {
1120 wrDouble(groupCode, value);
1121 }
1122
1123 private void SwigDirectorMethodwrPoint2d__SWIG_0(int groupCode, global::System.IntPtr value, int precision) {
1124 wrPoint2d(groupCode, new OdGePoint2d(value, false), precision);
1125 }
1126
1127 private void SwigDirectorMethodwrPoint2d__SWIG_1(int groupCode, global::System.IntPtr value) {
1128 wrPoint2d(groupCode, new OdGePoint2d(value, false));
1129 }
1130
1131 private void SwigDirectorMethodwrPoint3d__SWIG_0(int groupCode, global::System.IntPtr value, int precision) {
1132 wrPoint3d(groupCode, new OdGePoint3d(value, false), precision);
1133 }
1134
1135 private void SwigDirectorMethodwrPoint3d__SWIG_1(int groupCode, global::System.IntPtr value) {
1136 wrPoint3d(groupCode, new OdGePoint3d(value, false));
1137 }
1138
1139 private void SwigDirectorMethodwrVector2d__SWIG_0(int groupCode, IntPtr value, int precision) {
1140 wrVector2d(groupCode,
1141 //csdirectorin of INOUT_PARAM_OBJ
1142 new OdGeVector2d(value,true)
1143, precision);
1144 }
1145
1146 private void SwigDirectorMethodwrVector2d__SWIG_1(int groupCode, IntPtr value) {
1147 wrVector2d(groupCode,
1148 //csdirectorin of INOUT_PARAM_OBJ
1149 new OdGeVector2d(value,true)
1150);
1151 }
1152
1153 private void SwigDirectorMethodwrVector3d__SWIG_0(int groupCode, global::System.IntPtr value, int precision) {
1154 wrVector3d(groupCode, new OdGeVector3d(value, false), precision);
1155 }
1156
1157 private void SwigDirectorMethodwrVector3d__SWIG_1(int groupCode, global::System.IntPtr value) {
1158 wrVector3d(groupCode, new OdGeVector3d(value, false));
1159 }
1160
1161 private void SwigDirectorMethodwrScale3d__SWIG_0(int groupCode, global::System.IntPtr value, int precision) {
1162 wrScale3d(groupCode, new OdGeScale3d(value, false), precision);
1163 }
1164
1165 private void SwigDirectorMethodwrScale3d__SWIG_1(int groupCode, global::System.IntPtr value) {
1166 wrScale3d(groupCode, new OdGeScale3d(value, false));
1167 }
1168
1169 private void SwigDirectorMethodwrBinaryChunk__SWIG_0(int groupCode, IntPtr buffer) {
1170 wrBinaryChunk(groupCode, Teigha.Core.Helpers.UnMarshalbyteFixedArray(buffer));
1171 }
1172
1173 public delegate IntPtr SwigDelegateOdDbDxfFiler_0(IntPtr protocolClass);
1174 public delegate IntPtr SwigDelegateOdDbDxfFiler_1();
1175 public delegate int SwigDelegateOdDbDxfFiler_2();
1176 public delegate void SwigDelegateOdDbDxfFiler_3();
1177 public delegate int SwigDelegateOdDbDxfFiler_4();
1178 public delegate IntPtr SwigDelegateOdDbDxfFiler_5();
1179 public delegate int SwigDelegateOdDbDxfFiler_6(MaintReleaseVer pMaintReleaseVer);
1180 public delegate int SwigDelegateOdDbDxfFiler_7();
1181 public delegate void SwigDelegateOdDbDxfFiler_8(global::System.IntPtr pFilerController);
1182 public delegate global::System.IntPtr SwigDelegateOdDbDxfFiler_9();
1183 public delegate void SwigDelegateOdDbDxfFiler_10(Int64 /*SIMPLETYPE*/ offset, int seekType);
1184 public delegate UInt64 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_11();
1185 public delegate int SwigDelegateOdDbDxfFiler_12();
1186 public delegate void SwigDelegateOdDbDxfFiler_13(int decimalDigits);
1187 public delegate void SwigDelegateOdDbDxfFiler_14();
1188 public delegate bool SwigDelegateOdDbDxfFiler_15();
1189 public delegate bool SwigDelegateOdDbDxfFiler_16();
1190 public delegate bool SwigDelegateOdDbDxfFiler_17();
1191 public delegate bool SwigDelegateOdDbDxfFiler_18();
1192 public delegate bool SwigDelegateOdDbDxfFiler_19([MarshalAs(UnmanagedType.LPWStr)]String subClassName);
1193 public delegate bool SwigDelegateOdDbDxfFiler_20();
1194 public delegate int SwigDelegateOdDbDxfFiler_21();
1195 public delegate IntPtr SwigDelegateOdDbDxfFiler_22();
1196 public delegate void SwigDelegateOdDbDxfFiler_23(IntPtr pRb);
1197 public delegate void SwigDelegateOdDbDxfFiler_24();
1198 public delegate void SwigDelegateOdDbDxfFiler_25(IntPtr value);
1199 public delegate bool SwigDelegateOdDbDxfFiler_26();
1200 public delegate sbyte /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_27();
1201 public delegate Int16 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_28();
1202 public delegate Int32 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_29();
1203 public delegate Int64 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_30();
1204 public delegate byte /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_31();
1205 public delegate UInt16 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_32();
1206 public delegate UInt32 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_33();
1207 public delegate UInt64 /*SIMPLETYPE*/ SwigDelegateOdDbDxfFiler_34();
1208 public delegate global::System.IntPtr SwigDelegateOdDbDxfFiler_35();
1209 public delegate global::System.IntPtr SwigDelegateOdDbDxfFiler_36();
1210 public delegate double SwigDelegateOdDbDxfFiler_37();
1211 public delegate double SwigDelegateOdDbDxfFiler_38();
1212 public delegate void SwigDelegateOdDbDxfFiler_39(global::System.IntPtr value);
1213 public delegate void SwigDelegateOdDbDxfFiler_40(global::System.IntPtr value);
1214 public delegate void SwigDelegateOdDbDxfFiler_41(IntPtr value);
1215 public delegate void SwigDelegateOdDbDxfFiler_42(global::System.IntPtr value);
1216 public delegate void SwigDelegateOdDbDxfFiler_43(global::System.IntPtr value);
1217 public delegate void SwigDelegateOdDbDxfFiler_44(IntPtr value);
1218 public delegate void SwigDelegateOdDbDxfFiler_45(IntPtr pSource);
1219 public delegate void SwigDelegateOdDbDxfFiler_46(int groupCode, [MarshalAs(UnmanagedType.LPWStr)]String value);
1220 public delegate void SwigDelegateOdDbDxfFiler_47(int groupCode, [MarshalAs(UnmanagedType.LPWStr)]String value);
1221 public delegate void SwigDelegateOdDbDxfFiler_48(int groupCode, bool value);
1222 public delegate void SwigDelegateOdDbDxfFiler_49(int groupCode, sbyte /*SIMPLETYPE*/ value);
1223 public delegate void SwigDelegateOdDbDxfFiler_50(int groupCode, byte /*SIMPLETYPE*/ value);
1224 public delegate void SwigDelegateOdDbDxfFiler_51(int groupCode, Int16 /*SIMPLETYPE*/ value);
1225 public delegate void SwigDelegateOdDbDxfFiler_52(int groupCode, UInt16 /*SIMPLETYPE*/ value);
1226 public delegate void SwigDelegateOdDbDxfFiler_53(int groupCode, Int32 /*SIMPLETYPE*/ value);
1227 public delegate void SwigDelegateOdDbDxfFiler_54(int groupCode, UInt32 /*SIMPLETYPE*/ value);
1228 public delegate void SwigDelegateOdDbDxfFiler_55(int groupCode, Int64 /*SIMPLETYPE*/ value);
1229 public delegate void SwigDelegateOdDbDxfFiler_56(int groupCode, UInt64 /*SIMPLETYPE*/ value);
1230 public delegate void SwigDelegateOdDbDxfFiler_57(int groupCode, global::System.IntPtr value);
1231 public delegate void SwigDelegateOdDbDxfFiler_58(int groupCode, global::System.IntPtr value);
1232 public delegate void SwigDelegateOdDbDxfFiler_59(int groupCode, double value, int precision);
1233 public delegate void SwigDelegateOdDbDxfFiler_60(int groupCode, double value);
1234 public delegate void SwigDelegateOdDbDxfFiler_61(int groupCode, double value, int precision);
1235 public delegate void SwigDelegateOdDbDxfFiler_62(int groupCode, double value);
1236 public delegate void SwigDelegateOdDbDxfFiler_63(int groupCode, global::System.IntPtr value, int precision);
1237 public delegate void SwigDelegateOdDbDxfFiler_64(int groupCode, global::System.IntPtr value);
1238 public delegate void SwigDelegateOdDbDxfFiler_65(int groupCode, global::System.IntPtr value, int precision);
1239 public delegate void SwigDelegateOdDbDxfFiler_66(int groupCode, global::System.IntPtr value);
1240 public delegate void SwigDelegateOdDbDxfFiler_67(int groupCode, IntPtr value, int precision);
1241 public delegate void SwigDelegateOdDbDxfFiler_68(int groupCode, IntPtr value);
1242 public delegate void SwigDelegateOdDbDxfFiler_69(int groupCode, global::System.IntPtr value, int precision);
1243 public delegate void SwigDelegateOdDbDxfFiler_70(int groupCode, global::System.IntPtr value);
1244 public delegate void SwigDelegateOdDbDxfFiler_71(int groupCode, global::System.IntPtr value, int precision);
1245 public delegate void SwigDelegateOdDbDxfFiler_72(int groupCode, global::System.IntPtr value);
1246 public delegate void SwigDelegateOdDbDxfFiler_73(int groupCode, IntPtr buffer);
1247
1248 private SwigDelegateOdDbDxfFiler_0 swigDelegate0;
1249 private SwigDelegateOdDbDxfFiler_1 swigDelegate1;
1250 private SwigDelegateOdDbDxfFiler_2 swigDelegate2;
1251 private SwigDelegateOdDbDxfFiler_3 swigDelegate3;
1252 private SwigDelegateOdDbDxfFiler_4 swigDelegate4;
1253 private SwigDelegateOdDbDxfFiler_5 swigDelegate5;
1254 private SwigDelegateOdDbDxfFiler_6 swigDelegate6;
1255 private SwigDelegateOdDbDxfFiler_7 swigDelegate7;
1256 private SwigDelegateOdDbDxfFiler_8 swigDelegate8;
1257 private SwigDelegateOdDbDxfFiler_9 swigDelegate9;
1258 private SwigDelegateOdDbDxfFiler_10 swigDelegate10;
1259 private SwigDelegateOdDbDxfFiler_11 swigDelegate11;
1260 private SwigDelegateOdDbDxfFiler_12 swigDelegate12;
1261 private SwigDelegateOdDbDxfFiler_13 swigDelegate13;
1262 private SwigDelegateOdDbDxfFiler_14 swigDelegate14;
1263 private SwigDelegateOdDbDxfFiler_15 swigDelegate15;
1264 private SwigDelegateOdDbDxfFiler_16 swigDelegate16;
1265 private SwigDelegateOdDbDxfFiler_17 swigDelegate17;
1266 private SwigDelegateOdDbDxfFiler_18 swigDelegate18;
1267 private SwigDelegateOdDbDxfFiler_19 swigDelegate19;
1268 private SwigDelegateOdDbDxfFiler_20 swigDelegate20;
1269 private SwigDelegateOdDbDxfFiler_21 swigDelegate21;
1270 private SwigDelegateOdDbDxfFiler_22 swigDelegate22;
1271 private SwigDelegateOdDbDxfFiler_23 swigDelegate23;
1272 private SwigDelegateOdDbDxfFiler_24 swigDelegate24;
1273 private SwigDelegateOdDbDxfFiler_25 swigDelegate25;
1274 private SwigDelegateOdDbDxfFiler_26 swigDelegate26;
1275 private SwigDelegateOdDbDxfFiler_27 swigDelegate27;
1276 private SwigDelegateOdDbDxfFiler_28 swigDelegate28;
1277 private SwigDelegateOdDbDxfFiler_29 swigDelegate29;
1278 private SwigDelegateOdDbDxfFiler_30 swigDelegate30;
1279 private SwigDelegateOdDbDxfFiler_31 swigDelegate31;
1280 private SwigDelegateOdDbDxfFiler_32 swigDelegate32;
1281 private SwigDelegateOdDbDxfFiler_33 swigDelegate33;
1282 private SwigDelegateOdDbDxfFiler_34 swigDelegate34;
1283 private SwigDelegateOdDbDxfFiler_35 swigDelegate35;
1284 private SwigDelegateOdDbDxfFiler_36 swigDelegate36;
1285 private SwigDelegateOdDbDxfFiler_37 swigDelegate37;
1286 private SwigDelegateOdDbDxfFiler_38 swigDelegate38;
1287 private SwigDelegateOdDbDxfFiler_39 swigDelegate39;
1288 private SwigDelegateOdDbDxfFiler_40 swigDelegate40;
1289 private SwigDelegateOdDbDxfFiler_41 swigDelegate41;
1290 private SwigDelegateOdDbDxfFiler_42 swigDelegate42;
1291 private SwigDelegateOdDbDxfFiler_43 swigDelegate43;
1292 private SwigDelegateOdDbDxfFiler_44 swigDelegate44;
1293 private SwigDelegateOdDbDxfFiler_45 swigDelegate45;
1294 private SwigDelegateOdDbDxfFiler_46 swigDelegate46;
1295 private SwigDelegateOdDbDxfFiler_47 swigDelegate47;
1296 private SwigDelegateOdDbDxfFiler_48 swigDelegate48;
1297 private SwigDelegateOdDbDxfFiler_49 swigDelegate49;
1298 private SwigDelegateOdDbDxfFiler_50 swigDelegate50;
1299 private SwigDelegateOdDbDxfFiler_51 swigDelegate51;
1300 private SwigDelegateOdDbDxfFiler_52 swigDelegate52;
1301 private SwigDelegateOdDbDxfFiler_53 swigDelegate53;
1302 private SwigDelegateOdDbDxfFiler_54 swigDelegate54;
1303 private SwigDelegateOdDbDxfFiler_55 swigDelegate55;
1304 private SwigDelegateOdDbDxfFiler_56 swigDelegate56;
1305 private SwigDelegateOdDbDxfFiler_57 swigDelegate57;
1306 private SwigDelegateOdDbDxfFiler_58 swigDelegate58;
1307 private SwigDelegateOdDbDxfFiler_59 swigDelegate59;
1308 private SwigDelegateOdDbDxfFiler_60 swigDelegate60;
1309 private SwigDelegateOdDbDxfFiler_61 swigDelegate61;
1310 private SwigDelegateOdDbDxfFiler_62 swigDelegate62;
1311 private SwigDelegateOdDbDxfFiler_63 swigDelegate63;
1312 private SwigDelegateOdDbDxfFiler_64 swigDelegate64;
1313 private SwigDelegateOdDbDxfFiler_65 swigDelegate65;
1314 private SwigDelegateOdDbDxfFiler_66 swigDelegate66;
1315 private SwigDelegateOdDbDxfFiler_67 swigDelegate67;
1316 private SwigDelegateOdDbDxfFiler_68 swigDelegate68;
1317 private SwigDelegateOdDbDxfFiler_69 swigDelegate69;
1318 private SwigDelegateOdDbDxfFiler_70 swigDelegate70;
1319 private SwigDelegateOdDbDxfFiler_71 swigDelegate71;
1320 private SwigDelegateOdDbDxfFiler_72 swigDelegate72;
1321 private SwigDelegateOdDbDxfFiler_73 swigDelegate73;
1322
1323 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
1324 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
1325 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { };
1326 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
1327 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { };
1328 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
1329 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(MaintReleaseVer).MakeByRefType() };
1330 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
1331 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdDbFilerController) };
1332 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { };
1333 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(Int64 /*SIMPLETYPE*/), typeof(FilerSeekType) };
1334 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { };
1335 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { };
1336 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(int) };
1337 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { };
1338 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { };
1339 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { };
1340 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { };
1341 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { };
1342 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(String) };
1343 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { };
1344 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { };
1345 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { };
1346 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(OdResBuf) };
1347 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { };
1348 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { typeof(string).MakeByRefType() };
1349 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { };
1350 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { };
1351 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { };
1352 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { };
1353 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { };
1354 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { };
1355 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { };
1356 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { };
1357 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { };
1358 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { };
1359 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { };
1360 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { };
1361 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { };
1362 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(OdGePoint2d) };
1363 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(OdGePoint3d) };
1364 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { typeof(OdGeVector2d) };
1365 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(OdGeVector3d) };
1366 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(OdGeScale3d) };
1367 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { typeof(OdBinaryData) };
1368 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(OdDbDxfFiler) };
1369 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { typeof(int), typeof(String) };
1370 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { typeof(int), typeof(String) };
1371 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(int), typeof(bool) };
1372 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { typeof(int), typeof(sbyte /*SIMPLETYPE*/) };
1373 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(int), typeof(byte /*SIMPLETYPE*/) };
1374 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(int), typeof(Int16 /*SIMPLETYPE*/) };
1375 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(int), typeof(UInt16 /*SIMPLETYPE*/) };
1376 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(int), typeof(Int32 /*SIMPLETYPE*/) };
1377 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(int), typeof(UInt32 /*SIMPLETYPE*/) };
1378 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { typeof(int), typeof(Int64 /*SIMPLETYPE*/) };
1379 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { typeof(int), typeof(UInt64 /*SIMPLETYPE*/) };
1380 private static global::System.Type[] swigMethodTypes57 = new global::System.Type[] { typeof(int), typeof(OdDbHandle) };
1381 private static global::System.Type[] swigMethodTypes58 = new global::System.Type[] { typeof(int), typeof(OdDbObjectId) };
1382 private static global::System.Type[] swigMethodTypes59 = new global::System.Type[] { typeof(int), typeof(double), typeof(int) };
1383 private static global::System.Type[] swigMethodTypes60 = new global::System.Type[] { typeof(int), typeof(double) };
1384 private static global::System.Type[] swigMethodTypes61 = new global::System.Type[] { typeof(int), typeof(double), typeof(int) };
1385 private static global::System.Type[] swigMethodTypes62 = new global::System.Type[] { typeof(int), typeof(double) };
1386 private static global::System.Type[] swigMethodTypes63 = new global::System.Type[] { typeof(int), typeof(OdGePoint2d), typeof(int) };
1387 private static global::System.Type[] swigMethodTypes64 = new global::System.Type[] { typeof(int), typeof(OdGePoint2d) };
1388 private static global::System.Type[] swigMethodTypes65 = new global::System.Type[] { typeof(int), typeof(OdGePoint3d), typeof(int) };
1389 private static global::System.Type[] swigMethodTypes66 = new global::System.Type[] { typeof(int), typeof(OdGePoint3d) };
1390 private static global::System.Type[] swigMethodTypes67 = new global::System.Type[] { typeof(int), typeof(OdGeVector2d), typeof(int) };
1391 private static global::System.Type[] swigMethodTypes68 = new global::System.Type[] { typeof(int), typeof(OdGeVector2d) };
1392 private static global::System.Type[] swigMethodTypes69 = new global::System.Type[] { typeof(int), typeof(OdGeVector3d), typeof(int) };
1393 private static global::System.Type[] swigMethodTypes70 = new global::System.Type[] { typeof(int), typeof(OdGeVector3d) };
1394 private static global::System.Type[] swigMethodTypes71 = new global::System.Type[] { typeof(int), typeof(OdGeScale3d), typeof(int) };
1395 private static global::System.Type[] swigMethodTypes72 = new global::System.Type[] { typeof(int), typeof(OdGeScale3d) };
1396 private static global::System.Type[] swigMethodTypes73 = new global::System.Type[] { typeof(int), typeof(byte[] /*SIMPLEFIXED_ARRAY*/) };
1397 public const int kDfltPrec = -1;
1398 public const int kMaxPrec = 15+1;
1399
1400}
1401
1402}
static HandleRef getCPtr(OdBinaryData obj)
Definition: OdBinaryData.cs:25
static HandleRef getCPtr(OdDbHandle obj)
Definition: OdDbHandle.cs:26
static HandleRef getCPtr(OdGePoint2d obj)
Definition: OdGePoint2d.cs:26
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeScale3d obj)
Definition: OdGeScale3d.cs:26
static HandleRef getCPtr(OdGeVector2d obj)
Definition: OdGeVector2d.cs:26
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
virtual void wrAngle(int groupCode, double value)
virtual void pushBackItem()
override void Dispose(bool disposing)
Definition: OdDbDxfFiler.cs:30
delegate void SwigDelegateOdDbDxfFiler_58(int groupCode, global::System.IntPtr value)
virtual void wrBool(int groupCode, bool value)
virtual double rdDouble()
delegate void SwigDelegateOdDbDxfFiler_24()
virtual void wrUInt32(int groupCode, UInt32 value)
delegate IntPtr SwigDelegateOdDbDxfFiler_22()
void wrVector3dOpt(int groupCode, OdGeVector3d value, OdGeVector3d defaultValue, int precision)
void wrAngleOpt(int groupCode, double value, double defaultValue, int precision)
virtual void wrScale3d(int groupCode, OdGeScale3d value, int precision)
delegate void SwigDelegateOdDbDxfFiler_61(int groupCode, double value, int precision)
void wrInt8Opt(int groupCode, sbyte value, sbyte defaultValue)
delegate void SwigDelegateOdDbDxfFiler_55(int groupCode, Int64 value)
delegate void SwigDelegateOdDbDxfFiler_41(IntPtr value)
virtual void wrPoint2d(int groupCode, OdGePoint2d value, int precision)
virtual OdResBuf nextRb()
delegate void SwigDelegateOdDbDxfFiler_43(global::System.IntPtr value)
delegate void SwigDelegateOdDbDxfFiler_44(IntPtr value)
delegate int SwigDelegateOdDbDxfFiler_7()
virtual int nextItem()
virtual Teigha.Core.DwgVersion vb_dwgVersion(out Teigha.Core.MaintReleaseVer pMaintReleaseVer)
delegate void SwigDelegateOdDbDxfFiler_68(int groupCode, IntPtr value)
delegate void SwigDelegateOdDbDxfFiler_42(global::System.IntPtr value)
virtual OdDbObjectId rdObjectId()
delegate void SwigDelegateOdDbDxfFiler_59(int groupCode, double value, int precision)
virtual void wrUInt8(int groupCode, byte value)
virtual void writeXDataStart()
virtual void wrDouble(int groupCode, double value)
delegate IntPtr SwigDelegateOdDbDxfFiler_0(IntPtr protocolClass)
delegate void SwigDelegateOdDbDxfFiler_49(int groupCode, sbyte value)
void wrDoubleOpt(int groupCode, double value)
virtual void wrVector2d(int groupCode, OdGeVector2d value)
virtual void wrVector3d(int groupCode, OdGeVector3d value)
delegate void SwigDelegateOdDbDxfFiler_60(int groupCode, double value)
virtual UInt64 rdUInt64()
delegate bool SwigDelegateOdDbDxfFiler_26()
void wrBoolOpt(int groupCode, bool value, bool defaultValue)
delegate void SwigDelegateOdDbDxfFiler_65(int groupCode, global::System.IntPtr value, int precision)
delegate UInt16 SwigDelegateOdDbDxfFiler_32()
delegate bool SwigDelegateOdDbDxfFiler_18()
delegate Int32 SwigDelegateOdDbDxfFiler_29()
void wrPoint2dOpt(int groupCode, OdGePoint2d value, OdGePoint2d defaultValue)
void wrSubclassMarker(String value)
delegate UInt64 SwigDelegateOdDbDxfFiler_34()
virtual Teigha.TD.OdDbFiler.FilerType vb_filerType()
delegate double SwigDelegateOdDbDxfFiler_38()
static new OdRxClass desc()
Definition: OdDbDxfFiler.cs:75
void wrVector2dOpt(int groupCode, OdGeVector2d value, OdGeVector2d defaultValue)
void wrUInt16Opt(int groupCode, UInt16 value, UInt16 defaultValue)
OdDbDxfFiler(IntPtr cPtr, bool cMemoryOwn)
Definition: OdDbDxfFiler.cs:21
delegate void SwigDelegateOdDbDxfFiler_64(int groupCode, global::System.IntPtr value)
void wrVector3dOpt(int groupCode, OdGeVector3d value, OdGeVector3d defaultValue)
delegate UInt32 SwigDelegateOdDbDxfFiler_33()
delegate void SwigDelegateOdDbDxfFiler_45(IntPtr pSource)
virtual void rdScale3d(OdGeScale3d value)
delegate IntPtr SwigDelegateOdDbDxfFiler_5()
delegate void SwigDelegateOdDbDxfFiler_72(int groupCode, global::System.IntPtr value)
virtual bool atEndOfObject()
static new OdDbDxfFiler createObject()
Definition: OdDbDxfFiler.cs:96
delegate bool SwigDelegateOdDbDxfFiler_19([MarshalAs(UnmanagedType.LPWStr)]String subClassName)
delegate global::System.IntPtr SwigDelegateOdDbDxfFiler_9()
delegate void SwigDelegateOdDbDxfFiler_25(IntPtr value)
delegate void SwigDelegateOdDbDxfFiler_70(int groupCode, global::System.IntPtr value)
void wrAngleOpt(int groupCode, double value)
delegate void SwigDelegateOdDbDxfFiler_73(int groupCode, IntPtr buffer)
delegate void SwigDelegateOdDbDxfFiler_47(int groupCode, [MarshalAs(UnmanagedType.LPWStr)]String value)
delegate void SwigDelegateOdDbDxfFiler_3()
virtual void seek(Int64 offset, FilerSeekType seekType)
delegate void SwigDelegateOdDbDxfFiler_40(global::System.IntPtr value)
virtual UInt64 tell()
virtual void rdBinaryChunk(OdBinaryData value)
delegate global::System.IntPtr SwigDelegateOdDbDxfFiler_36()
override OdRxClass isA()
Definition: OdDbDxfFiler.cs:82
delegate sbyte SwigDelegateOdDbDxfFiler_27()
void wrPoint3dOpt(int groupCode, OdGePoint3d value, OdGePoint3d defaultValue, int precision)
virtual void wrAngle(int groupCode, double value, int precision)
void wrPoint2dOpt(int groupCode, OdGePoint2d value, OdGePoint2d defaultValue, int precision)
virtual void setPrecision(int decimalDigits)
virtual void wrVector3d(int groupCode, OdGeVector3d value, int precision)
virtual void wrScale3d(int groupCode, OdGeScale3d value)
static HandleRef getCPtr(OdDbDxfFiler obj)
Definition: OdDbDxfFiler.cs:26
delegate void SwigDelegateOdDbDxfFiler_46(int groupCode, [MarshalAs(UnmanagedType.LPWStr)]String value)
delegate void SwigDelegateOdDbDxfFiler_8(global::System.IntPtr pFilerController)
virtual void wrPoint3d(int groupCode, OdGePoint3d value)
virtual UInt16 rdUInt16()
delegate double SwigDelegateOdDbDxfFiler_37()
virtual OdDbHandle rdHandle()
virtual void rdString(ref string value)
virtual void rdVector3d(OdGeVector3d value)
virtual void wrBinaryChunk(int groupCode, byte[] buffer)
virtual void wrPoint3d(int groupCode, OdGePoint3d value, int precision)
void wrVector2dOpt(int groupCode, OdGeVector2d value, OdGeVector2d defaultValue, int precision)
virtual bool rdBool()
delegate void SwigDelegateOdDbDxfFiler_51(int groupCode, Int16 value)
virtual Int64 rdInt64()
delegate int SwigDelegateOdDbDxfFiler_6(MaintReleaseVer pMaintReleaseVer)
static OdDbDxfFiler cast(OdRxObject pObj)
Definition: OdDbDxfFiler.cs:55
void wrInt16Opt(int groupCode, Int16 value, Int16 defaultValue)
virtual void wrString(int groupCode, String value)
delegate void SwigDelegateOdDbDxfFiler_62(int groupCode, double value)
void wrUInt8Opt(int groupCode, byte value, byte defaultValue)
virtual void wrUInt64(int groupCode, UInt64 value)
virtual void wrHandle(int groupCode, OdDbHandle value)
void wrPoint3dOpt(int groupCode, OdGePoint3d value, OdGePoint3d defaultValue)
delegate Int64 SwigDelegateOdDbDxfFiler_30()
delegate void SwigDelegateOdDbDxfFiler_67(int groupCode, IntPtr value, int precision)
virtual void copyItem(OdDbDxfFiler pSource)
delegate Int16 SwigDelegateOdDbDxfFiler_28()
delegate IntPtr SwigDelegateOdDbDxfFiler_1()
virtual void wrVector2d(int groupCode, OdGeVector2d value, int precision)
delegate void SwigDelegateOdDbDxfFiler_50(int groupCode, byte value)
virtual byte rdUInt8()
void wrInt64Opt(int groupCode, Int64 value, Int64 defaultValue)
virtual bool atSubclassData(String subClassName)
delegate void SwigDelegateOdDbDxfFiler_23(IntPtr pRb)
virtual bool atExtendedData()
virtual bool atEmbeddedObjectStart()
delegate bool SwigDelegateOdDbDxfFiler_17()
delegate void SwigDelegateOdDbDxfFiler_48(int groupCode, bool value)
delegate byte SwigDelegateOdDbDxfFiler_31()
delegate void SwigDelegateOdDbDxfFiler_57(int groupCode, global::System.IntPtr value)
virtual Int16 rdInt16()
delegate void SwigDelegateOdDbDxfFiler_14()
delegate int SwigDelegateOdDbDxfFiler_21()
delegate global::System.IntPtr SwigDelegateOdDbDxfFiler_35()
virtual UInt32 rdUInt32()
void wrDoubleOpt(int groupCode, double value, double defaultValue)
virtual Int32 rdInt32()
virtual void writeRb(OdResBuf pRb)
virtual void wrName(int groupCode, String value)
delegate void SwigDelegateOdDbDxfFiler_13(int decimalDigits)
void wrUInt64Opt(int groupCode, UInt64 value, UInt64 defaultValue)
virtual bool includesDefaultValues()
virtual sbyte rdInt8()
delegate void SwigDelegateOdDbDxfFiler_54(int groupCode, UInt32 value)
virtual void wrDouble(int groupCode, double value, int precision)
delegate void SwigDelegateOdDbDxfFiler_63(int groupCode, global::System.IntPtr value, int precision)
delegate bool SwigDelegateOdDbDxfFiler_15()
virtual Teigha.Core.DwgVersion vb_dwgVersion()
virtual void rdVector2d(OdGeVector2d value)
delegate void SwigDelegateOdDbDxfFiler_52(int groupCode, UInt16 value)
virtual void wrInt16(int groupCode, Int16 value)
delegate int SwigDelegateOdDbDxfFiler_4()
void wrObjectIdOpt(int groupCode, OdDbObjectId value)
delegate bool SwigDelegateOdDbDxfFiler_20()
delegate void SwigDelegateOdDbDxfFiler_71(int groupCode, global::System.IntPtr value, int precision)
virtual void wrUInt16(int groupCode, UInt16 value)
virtual void wrInt8(int groupCode, sbyte value)
virtual void wrPoint2d(int groupCode, OdGePoint2d value)
virtual void wrInt64(int groupCode, Int64 value)
virtual double rdAngle()
virtual void rdPoint3d(OdGePoint3d value)
void wrUInt32Opt(int groupCode, UInt32 value, UInt32 defaultValue)
delegate void SwigDelegateOdDbDxfFiler_56(int groupCode, UInt64 value)
virtual int precision()
virtual void wrObjectId(int groupCode, OdDbObjectId value)
void wrInt32Opt(int groupCode, Int32 value, Int32 defaultValue)
void wrDoubleOpt(int groupCode, double value, double defaultValue, int precision)
override OdRxObject queryX(OdRxClass protocolClass)
Definition: OdDbDxfFiler.cs:89
delegate void SwigDelegateOdDbDxfFiler_10(Int64 offset, int seekType)
virtual void rdPoint2d(OdGePoint2d value)
delegate void SwigDelegateOdDbDxfFiler_66(int groupCode, global::System.IntPtr value)
delegate void SwigDelegateOdDbDxfFiler_39(global::System.IntPtr value)
void wrStringOpt(int groupCode, String value)
delegate bool SwigDelegateOdDbDxfFiler_16()
delegate UInt64 SwigDelegateOdDbDxfFiler_11()
delegate int SwigDelegateOdDbDxfFiler_2()
virtual void wrInt32(int groupCode, Int32 value)
void wrBinaryChunk(int groupCode, OdBinaryData value)
virtual bool atEOF()
static string getRealClassName(IntPtr ptr)
void wrAngleOpt(int groupCode, double value, double defaultValue)
delegate void SwigDelegateOdDbDxfFiler_53(int groupCode, Int32 value)
delegate int SwigDelegateOdDbDxfFiler_12()
delegate void SwigDelegateOdDbDxfFiler_69(int groupCode, global::System.IntPtr value, int precision)
virtual OdResult filerStatus()
Definition: OdDbFiler.cs:104
virtual DwgVersion dwgVersion()
Definition: OdDbFiler.cs:134
virtual OdDbFilerController controller()
Definition: OdDbFiler.cs:152
virtual OdDbFiler.FilerType filerType()
Definition: OdDbFiler.cs:115
virtual void resetFilerStatus()
Definition: OdDbFiler.cs:110
virtual OdDbDatabase database()
Definition: OdDbFiler.cs:121
virtual void setController(OdDbFilerController pFilerController)
Definition: OdDbFiler.cs:147
static HandleRef getCPtr(OdDbObjectId obj)
Definition: OdDbObjectId.cs:27
static HandleRef getCPtr(OdResBuf obj)
Definition: OdResBuf.cs:26
static global::System.Exception Retrieve()
static void OdDbDxfFiler_wrScale3d__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbDxfFiler_wrBoolOpt(HandleRef jarg1, int jarg2, bool jarg3, bool jarg4)
static UInt16 OdDbDxfFiler_rdUInt16(HandleRef jarg1)
static double OdDbDxfFiler_rdAngle(HandleRef jarg1)
static void OdDbDxfFiler_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_0 delegate0, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_1 delegate1, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_2 delegate2, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_3 delegate3, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_4 delegate4, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_5 delegate5, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_6 delegate6, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_7 delegate7, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_8 delegate8, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_9 delegate9, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_10 delegate10, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_11 delegate11, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_12 delegate12, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_13 delegate13, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_14 delegate14, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_15 delegate15, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_16 delegate16, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_17 delegate17, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_18 delegate18, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_19 delegate19, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_20 delegate20, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_21 delegate21, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_22 delegate22, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_23 delegate23, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_24 delegate24, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_25 delegate25, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_26 delegate26, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_27 delegate27, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_28 delegate28, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_29 delegate29, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_30 delegate30, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_31 delegate31, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_32 delegate32, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_33 delegate33, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_34 delegate34, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_35 delegate35, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_36 delegate36, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_37 delegate37, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_38 delegate38, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_39 delegate39, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_40 delegate40, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_41 delegate41, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_42 delegate42, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_43 delegate43, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_44 delegate44, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_45 delegate45, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_46 delegate46, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_47 delegate47, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_48 delegate48, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_49 delegate49, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_50 delegate50, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_51 delegate51, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_52 delegate52, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_53 delegate53, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_54 delegate54, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_55 delegate55, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_56 delegate56, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_57 delegate57, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_58 delegate58, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_59 delegate59, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_60 delegate60, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_61 delegate61, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_62 delegate62, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_63 delegate63, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_64 delegate64, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_65 delegate65, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_66 delegate66, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_67 delegate67, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_68 delegate68, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_69 delegate69, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_70 delegate70, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_71 delegate71, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_72 delegate72, OdDbDxfFiler.SwigDelegateOdDbDxfFiler_73 delegate73)
static void OdDbDxfFiler_rdScale3d(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDbDxfFiler_desc()
static void OdDbDxfFiler_seekSwigExplicitOdDbDxfFiler(HandleRef jarg1, Int64 jarg2, int jarg3)
static void OdDbDxfFiler_wrAngle__SWIG_0(HandleRef jarg1, int jarg2, double jarg3, int jarg4)
static void OdDbDxfFiler_wrVector3d__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static global::System.IntPtr OdDbDxfFiler_rdObjectId(HandleRef jarg1)
static bool OdDbDxfFiler_atSubclassDataSwigExplicitOdDbDxfFiler(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static IntPtr OdDbDxfFiler_isASwigExplicitOdDbDxfFiler(HandleRef jarg1)
static void OdDbDxfFiler_wrDouble__SWIG_0(HandleRef jarg1, int jarg2, double jarg3, int jarg4)
static IntPtr OdDbDxfFiler_nextRbSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static IntPtr OdDbDxfFiler_cast(HandleRef jarg1)
static void OdDbDxfFiler_wrUInt16Opt(HandleRef jarg1, int jarg2, UInt16 jarg3, UInt16 jarg4)
static void OdDbDxfFiler_wrPoint3d__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void OdDbDxfFiler_rdString__SWIG_1(HandleRef jarg1, ref IntPtr jarg2)
static IntPtr OdDbDxfFiler_createObject()
static void OdDbDxfFiler_wrHandle(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static Int32 OdDbDxfFiler_rdInt32(HandleRef jarg1)
static Int16 OdDbDxfFiler_rdInt16(HandleRef jarg1)
static void OdDbDxfFiler_wrInt64(HandleRef jarg1, int jarg2, Int64 jarg3)
static void OdDbDxfFiler_seek(HandleRef jarg1, Int64 jarg2, int jarg3)
static bool OdDbDxfFiler_atEmbeddedObjectStart(HandleRef jarg1)
static void OdDbDxfFiler_pushBackItemSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static IntPtr OdDbDxfFiler_isA(HandleRef jarg1)
static void OdDbDxfFiler_wrAngleOpt__SWIG_0(HandleRef jarg1, int jarg2, double jarg3, double jarg4, int jarg5)
static void OdDbDxfFiler_wrScale3d__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static bool OdDbDxfFiler_atEndOfObject(HandleRef jarg1)
static void OdDbDxfFiler_wrPoint2d__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbDxfFiler_wrVector3dOpt__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static void OdDbDxfFiler_wrObjectIdOpt(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbDxfFiler_wrUInt8Opt(HandleRef jarg1, int jarg2, byte jarg3, byte jarg4)
static Int64 OdDbDxfFiler_rdInt64(HandleRef jarg1)
static void OdDbDxfFiler_wrUInt16(HandleRef jarg1, int jarg2, UInt16 jarg3)
static void OdDbDxfFiler_wrPoint2d__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)
static void OdDbDxfFiler_rdPoint2d(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt64 OdDbDxfFiler_rdUInt64(HandleRef jarg1)
static bool OdDbDxfFiler_atEndOfObjectSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static void OdDbDxfFiler_setPrecision(HandleRef jarg1, int jarg2)
static void OdDbDxfFiler_wrAngleOpt__SWIG_2(HandleRef jarg1, int jarg2, double jarg3)
static void OdDbDxfFiler_copyItem(HandleRef jarg1, HandleRef jarg2)
static void OdDbDxfFiler_wrVector2d__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, int jarg4)
static void OdDbDxfFiler_wrPoint3d__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdDbDxfFiler_queryX(HandleRef jarg1, HandleRef jarg2)
static double OdDbDxfFiler_rdDouble(HandleRef jarg1)
static void OdDbDxfFiler_writeRbSwigExplicitOdDbDxfFiler(HandleRef jarg1, HandleRef jarg2)
static void OdDbDxfFiler_wrUInt8(HandleRef jarg1, int jarg2, byte jarg3)
static void OdDbDxfFiler_writeRb(HandleRef jarg1, HandleRef jarg2)
static void OdDbDxfFiler_wrSubclassMarker(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDbDxfFiler_rdVector2d(HandleRef jarg1, IntPtr jarg2)
static void OdDbDxfFiler_wrVector2dOpt__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5)
static int OdDbDxfFiler_nextItem(HandleRef jarg1)
static bool OdDbDxfFiler_includesDefaultValuesSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static IntPtr OdDbDxfFiler_queryXSwigExplicitOdDbDxfFiler(HandleRef jarg1, HandleRef jarg2)
static void OdDbDxfFiler_wrUInt32(HandleRef jarg1, int jarg2, UInt32 jarg3)
static void OdDbDxfFiler_wrBool(HandleRef jarg1, int jarg2, bool jarg3)
static void OdDbDxfFiler_writeXDataStart(HandleRef jarg1)
static void OdDbDxfFiler_pushBackItem(HandleRef jarg1)
static void OdDbDxfFiler_wrInt16(HandleRef jarg1, int jarg2, Int16 jarg3)
static void OdDbDxfFiler_wrPoint2dOpt__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)
static void OdDbDxfFiler_wrName(HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static int OdDbDxfFiler_nextItemSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static bool OdDbDxfFiler_atEOFSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static void OdDbDxfFiler_wrAngle__SWIG_1(HandleRef jarg1, int jarg2, double jarg3)
static void OdDbDxfFiler_wrDoubleOpt__SWIG_2(HandleRef jarg1, int jarg2, double jarg3)
static void OdDbDxfFiler_wrVector2d__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3)
static bool OdDbDxfFiler_atExtendedData(HandleRef jarg1)
static void OdDbDxfFiler_wrUInt32Opt(HandleRef jarg1, int jarg2, UInt32 jarg3, UInt32 jarg4)
static void OdDbDxfFiler_wrAngleOpt__SWIG_1(HandleRef jarg1, int jarg2, double jarg3, double jarg4)
static void OdDbDxfFiler_wrObjectId(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbDxfFiler_wrUInt64(HandleRef jarg1, int jarg2, UInt64 jarg3)
static void OdDbDxfFiler_wrString(HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static void OdDbDxfFiler_wrInt16Opt(HandleRef jarg1, int jarg2, Int16 jarg3, Int16 jarg4)
static byte OdDbDxfFiler_rdUInt8(HandleRef jarg1)
static void OdDbDxfFiler_wrPoint2dOpt__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static bool OdDbDxfFiler_includesDefaultValues(HandleRef jarg1)
static void OdDbDxfFiler_wrInt32(HandleRef jarg1, int jarg2, Int32 jarg3)
static void OdDbDxfFiler_wrBinaryChunk__SWIG_0(HandleRef jarg1, int jarg2, IntPtr jarg3)
static void OdDbDxfFiler_setPrecisionSwigExplicitOdDbDxfFiler(HandleRef jarg1, int jarg2)
static void OdDbDxfFiler_wrUInt64Opt(HandleRef jarg1, int jarg2, UInt64 jarg3, UInt64 jarg4)
static UInt64 OdDbDxfFiler_tell(HandleRef jarg1)
static sbyte OdDbDxfFiler_rdInt8(HandleRef jarg1)
static void OdDbDxfFiler_wrBinaryChunk__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3)
static void OdDbDxfFiler_wrInt8(HandleRef jarg1, int jarg2, sbyte jarg3)
static void OdDbDxfFiler_wrDoubleOpt__SWIG_0(HandleRef jarg1, int jarg2, double jarg3, double jarg4, int jarg5)
static void OdDbDxfFiler_rdBinaryChunk(HandleRef jarg1, IntPtr jarg2)
static bool OdDbDxfFiler_atEmbeddedObjectStartSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static void delete_OdDbDxfFiler(HandleRef jarg1)
static void OdDbDxfFiler_rdVector3d(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbDxfFiler_rdPoint3d(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbDxfFiler_wrVector3d__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDbDxfFiler_writeXDataStartSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static void OdDbDxfFiler_wrInt32Opt(HandleRef jarg1, int jarg2, Int32 jarg3, Int32 jarg4)
static bool OdDbDxfFiler_atExtendedDataSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static IntPtr OdDbDxfFiler_nextRb(HandleRef jarg1)
static bool OdDbDxfFiler_rdBool(HandleRef jarg1)
static string OdDbDxfFiler_getRealClassName(IntPtr jarg1)
static String OdDbDxfFiler_rdString__SWIG_0(HandleRef jarg1)
static void OdDbDxfFiler_wrPoint3dOpt__SWIG_1(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdDbDxfFiler_precision(HandleRef jarg1)
static UInt64 OdDbDxfFiler_tellSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static global::System.IntPtr OdDbDxfFiler_rdHandle(HandleRef jarg1)
static void OdDbDxfFiler_wrInt64Opt(HandleRef jarg1, int jarg2, Int64 jarg3, Int64 jarg4)
static void OdDbDxfFiler_wrDoubleOpt__SWIG_1(HandleRef jarg1, int jarg2, double jarg3, double jarg4)
static void OdDbDxfFiler_wrVector2dOpt__SWIG_1(HandleRef jarg1, int jarg2, IntPtr jarg3, IntPtr jarg4)
static void OdDbDxfFiler_wrStringOpt(HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static int OdDbDxfFiler_precisionSwigExplicitOdDbDxfFiler(HandleRef jarg1)
static void OdDbDxfFiler_wrEmbeddedObjectStart(HandleRef jarg1)
static UInt32 OdDbDxfFiler_rdUInt32(HandleRef jarg1)
static void OdDbDxfFiler_wrVector3dOpt__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)
static void OdDbDxfFiler_wrDouble__SWIG_1(HandleRef jarg1, int jarg2, double jarg3)
static void OdDbDxfFiler_wrInt8Opt(HandleRef jarg1, int jarg2, sbyte jarg3, sbyte jarg4)
static bool OdDbDxfFiler_atEOF(HandleRef jarg1)
static bool OdDbDxfFiler_atSubclassData(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDbDxfFiler_copyItemSwigExplicitOdDbDxfFiler(HandleRef jarg1, HandleRef jarg2)
static void OdDbDxfFiler_wrPoint3dOpt__SWIG_0(HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)