Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdRxPropertyVariant.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.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class OdRxPropertyVariant : global::System.IDisposable {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 protected bool swigCMemOwn;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdRxPropertyVariant(IntPtr cPtr, bool cMemoryOwn) {
22 swigCMemOwn = cMemoryOwn;
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdRxPropertyVariant obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
31 Dispose(false);
32 }
33
34 public void Dispose() {
35 Dispose(true);
36 global::System.GC.SuppressFinalize(this);
37 }
38
39 protected virtual void Dispose(bool disposing) {
40 lock(this) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
42 if (swigCMemOwn) {
43 swigCMemOwn = false;
45 }
46 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
47 }
48 }
49 }
50
51 public enum Type {
52 kGePoint2d = OdVariant.Type.kNextType,
58 }
59
60 public class TypeFactory : global::System.IDisposable {
61 private Object locker = new Object();
62 private HandleRef swigCPtr;
63 protected bool swigCMemOwn;
64 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
65 public TypeFactory(IntPtr cPtr, bool cMemoryOwn) {
66 swigCMemOwn = cMemoryOwn;
67 swigCPtr = new HandleRef(this, cPtr);
68 }
69 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
70 public static HandleRef getCPtr(TypeFactory obj) {
71 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
72 }
73
74 ~TypeFactory() {
75 Dispose(false);
76 }
77
78 public void Dispose() {
79 Dispose(true);
80 global::System.GC.SuppressFinalize(this);
81 }
82
83 protected virtual void Dispose(bool disposing) {
84 lock(this) {
85 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
86 if (swigCMemOwn) {
87 swigCMemOwn = false;
88 GlobalsPINVOKE.delete_OdRxPropertyVariant_TypeFactory(swigCPtr); // NESTED_DTOR_CSHARP
89 }
90 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
91 }
92 }
93 }
94
95 public virtual void construct(IntPtr /*SIMPLETYPE*/ pData) {
96 GlobalsPINVOKE.OdRxPropertyVariant_TypeFactory_construct(swigCPtr, pData /*SIMPLETYPE*/);
98 }
99
100 public virtual void destroy(IntPtr /*SIMPLETYPE*/ pData) {
101 GlobalsPINVOKE.OdRxPropertyVariant_TypeFactory_destroy(swigCPtr, pData /*SIMPLETYPE*/);
103 }
104
105 }
106
108 global::System.IntPtr cPtr = GlobalsPINVOKE.OdRxPropertyVariant_typeFactory(type);
109 OdRxPropertyVariant.TypeFactory ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdRxPropertyVariant.TypeFactory(cPtr, false);
111 return ret;
112 }
113
114 public OdRxPropertyVariant() : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_0(), true) {
116 }
117
118 public OdRxPropertyVariant(OdRxPropertyVariant val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_1(OdRxPropertyVariant.getCPtr(val)), true) {
120 }
121
122 public int varType() {
125 return ret;
126 }
127
129 {
132 return ret;
133 }
134
135
136 public bool isArray() {
137 bool ret = GlobalsPINVOKE.OdRxPropertyVariant_isArray(swigCPtr);
139 return ret;
140 }
141
142 public OdRxPropertyVariant(String val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_2(val), true) {
144 }
145
146 public OdRxPropertyVariant(bool val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_3(val), true) {
148 }
149
150 public OdRxPropertyVariant(sbyte /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_4(val /*SIMPLETYPE*/), true) {
152 }
153
154 public OdRxPropertyVariant(byte /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_5(val /*SIMPLETYPE*/), true) {
156 }
157
158 public OdRxPropertyVariant(Int16 /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_6(val /*SIMPLETYPE*/), true) {
160 }
161
162 public OdRxPropertyVariant(UInt16 /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_7(val /*SIMPLETYPE*/), true) {
164 }
165
166 public OdRxPropertyVariant(Int32 /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_8(val /*SIMPLETYPE*/), true) {
168 }
169
170 public OdRxPropertyVariant(UInt32 /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_9(val /*SIMPLETYPE*/), true) {
172 }
173
174 public OdRxPropertyVariant(Int64 /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_10(val /*SIMPLETYPE*/), true) {
176 }
177
178 public OdRxPropertyVariant(UInt64 /*SIMPLETYPE*/ val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_11(val /*SIMPLETYPE*/), true) {
180 }
181
182 public OdRxPropertyVariant(double val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_12(val), true) {
184 }
185
186 public OdRxPropertyVariant(OdGePoint3d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_13(OdGePoint3d.getCPtr(val)), true) {
188 }
189
190 public OdRxPropertyVariant(OdGePoint2d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_14(OdGePoint2d.getCPtr(val)), true) {
192 }
193
194 public OdRxPropertyVariant(OdGeVector2d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_15(OdGeVector2d.getCPtr(val).Handle), true) {
196 }
197
198 public OdRxPropertyVariant(OdGeVector3d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_16(OdGeVector3d.getCPtr(val)), true) {
200 }
201
202 public OdRxPropertyVariant(OdCmEntityColor val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_17(OdCmEntityColor.getCPtr(val)), true) {
204 }
205
206 public OdRxPropertyVariant(OdCmTransparency val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_18(OdCmTransparency.getCPtr(val)), true) {
208 }
209
210 public OdRxPropertyVariant(OdGeMatrix2d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_19(OdGeMatrix2d.getCPtr(val)), true) {
212 }
213
214 public OdRxPropertyVariant(OdGeMatrix3d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_20(OdGeMatrix3d.getCPtr(val)), true) {
216 }
217
218 public OdRxPropertyVariant(OdGeScale3d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_21(OdGeScale3d.getCPtr(val)), true) {
220 }
221
222 public OdRxPropertyVariant(OdTimeStamp val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_22(OdTimeStamp.getCPtr(val)), true) {
224 }
225
226 public OdRxPropertyVariant(OdGeExtents2d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_23(OdGeExtents2d.getCPtr(val)), true) {
228 }
229
230 public OdRxPropertyVariant(OdGeExtents3d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_24(OdGeExtents3d.getCPtr(val)), true) {
232 }
233
234 public OdRxPropertyVariant(OdGeQuaternion val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_25(OdGeQuaternion.getCPtr(val)), true) {
236 }
237
238 public OdRxPropertyVariant(OdGiLightAttenuation val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_26(OdGiLightAttenuation.getCPtr(val)), true) {
240 }
241
242 public OdRxPropertyVariant(OdGiSkyParameters val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_27(OdGiSkyParameters.getCPtr(val)), true) {
244 }
245
246 public OdRxPropertyVariant(OdGiShadowParameters val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_28(OdGiShadowParameters.getCPtr(val)), true) {
248 }
249
250 public OdRxPropertyVariant(OdGiColorRGB val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_29(OdGiColorRGB.getCPtr(val)), true) {
252 }
253
254 public OdRxPropertyVariant(OdGiMrExposureType val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_30((int)val), true) {
256 }
257
258 public OdRxPropertyVariant(OdGiMrShadowMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_31((int)val), true) {
260 }
261
262 public OdRxPropertyVariant(OdGiMrFinalGatheringMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_32((int)val), true) {
264 }
265
266 public OdRxPropertyVariant(OdGiMrDiagnosticMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_33((int)val), true) {
268 }
269
270 public OdRxPropertyVariant(OdGiMrDiagnosticPhotonMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_34((int)val), true) {
272 }
273
274 public OdRxPropertyVariant(OdGiMrDiagnosticBSPMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_35((int)val), true) {
276 }
277
278 public OdRxPropertyVariant(OdGiMrExportMIMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_36((int)val), true) {
280 }
281
282 public OdRxPropertyVariant(OdGiMrTileOrder val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_37((int)val), true) {
284 }
285
286 public OdRxPropertyVariant(OdGiLightingMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_38((int)val), true) {
288 }
289
290 public OdRxPropertyVariant(OdGiFilterType val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_39((int)val), true) {
292 }
293
294 public OdRxPropertyVariant(OdGiMaterialColor val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_40(OdGiMaterialColor.getCPtr(val)), true) {
296 }
297
298 public OdRxPropertyVariant(OdCmEntityColor.Items_ColorMethod val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_41((int)val), true) {
300 }
301
302 public OdRxPropertyVariant(LineWeight val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_42((int)val), true) {
304 }
305
306 public OdRxPropertyVariant(UnitsValue val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_43((int)val), true) {
308 }
309
310 public OdRxPropertyVariant(OdGiDgLinetypeModifiers.WidthMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_44((int)val), true) {
312 }
313
314 public OdRxPropertyVariant(OdGiDgLinetypeModifiers.ShiftMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_45((int)val), true) {
316 }
317
318 public OdRxPropertyVariant(OdGiDgLinetypeModifiers.CornersMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_46((int)val), true) {
320 }
321
322 public OdRxPropertyVariant(OdGe.OdGeKnotParameterization val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_47((int)val), true) {
324 }
325
326 public OdRxPropertyVariant(OdGiLightAttenuation.AttenuationType val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_48((int)val), true) {
328 }
329
330 public OdRxPropertyVariant(OdGiDrawable.DrawableType val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_49((int)val), true) {
332 }
333
334 public OdRxPropertyVariant(OdGiShadowParameters.ShadowType val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_50((int)val), true) {
336 }
337
338 public OdRxPropertyVariant(OdGiShadowParameters.ExtendedLightShape val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_51((int)val), true) {
340 }
341
342 public OdRxPropertyVariant(OdGiViewportTraits.DefaultLightingType val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_52((int)val), true) {
344 }
345
346 public OdRxPropertyVariant(OdGiMaterialTraits.LuminanceMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_53((int)val), true) {
348 }
349
350 public OdRxPropertyVariant(OdGiMaterialTraits.GlobalIlluminationMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_54((int)val), true) {
352 }
353
354 public OdRxPropertyVariant(OdGiMaterialTraits.FinalGatherMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_55((int)val), true) {
356 }
357
358 public OdRxPropertyVariant(OdGiMaterialTraits.ChannelFlags val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_56((int)val), true) {
360 }
361
362 public OdRxPropertyVariant(OdGiMaterialTraits.Mode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_57((int)val), true) {
364 }
365
366 public OdRxPropertyVariant(OdGiMaterialTraits.IlluminationModel val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_58((int)val), true) {
368 }
369
370 public OdRxPropertyVariant(OdGiVisualStyle.Type val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_59((int)val), true) {
372 }
373
374 public OdRxPropertyVariant(FaceColorMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_60((int)val), true) {
376 }
377
378 public OdRxPropertyVariant(EdgeModel val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_61((int)val), true) {
380 }
381
382 public OdRxPropertyVariant(OdGiFaceStyle.FaceColorMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_62((int)val), true) {
384 }
385
386 public OdRxPropertyVariant(OdGiEdgeStyle.EdgeModel val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_63((int)val), true) {
388 }
389
390 public OdRxPropertyVariant(OdGiToneOperatorParameters.ExteriorDaylightMode val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_64((int)val), true) {
392 }
393
397 return ret;
398 }
399
400 public OdRxPropertyVariant Assign(bool val) {
403 return ret;
404 }
405
406 public OdRxPropertyVariant Assign(double val) {
409 return ret;
410 }
411
412 public OdRxPropertyVariant Assign(sbyte /*SIMPLETYPE cstype*/ val) {
413 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_3(swigCPtr, val /*SIMPLETYPE csin*/), false);
415 return ret;
416 }
417
418 public OdRxPropertyVariant Assign(byte /*SIMPLETYPE cstype*/ val) {
419 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_4(swigCPtr, val /*SIMPLETYPE csin*/), false);
421 return ret;
422 }
423
424 public OdRxPropertyVariant Assign(Int16 /*SIMPLETYPE cstype*/ val) {
425 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_5(swigCPtr, val /*SIMPLETYPE csin*/), false);
427 return ret;
428 }
429
430 public OdRxPropertyVariant Assign(UInt16 /*SIMPLETYPE cstype*/ val) {
431 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_6(swigCPtr, val /*SIMPLETYPE csin*/), false);
433 return ret;
434 }
435
436 public OdRxPropertyVariant Assign(Int32 /*SIMPLETYPE cstype*/ val) {
437 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_7(swigCPtr, val /*SIMPLETYPE csin*/), false);
439 return ret;
440 }
441
442 public OdRxPropertyVariant Assign(UInt32 /*SIMPLETYPE cstype*/ val) {
443 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_8(swigCPtr, val /*SIMPLETYPE csin*/), false);
445 return ret;
446 }
447
448 public OdRxPropertyVariant Assign(Int64 /*SIMPLETYPE cstype*/ val) {
449 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_9(swigCPtr, val /*SIMPLETYPE csin*/), false);
451 return ret;
452 }
453
454 public OdRxPropertyVariant Assign(UInt64 /*SIMPLETYPE cstype*/ val) {
455 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_Assign__SWIG_10(swigCPtr, val /*SIMPLETYPE csin*/), false);
457 return ret;
458 }
459
463 return ret;
464 }
465
469 return ret;
470 }
471
475 return ret;
476 }
477
481 return ret;
482 }
483
487 return ret;
488 }
489
493 return ret;
494 }
495
499 return ret;
500 }
501
505 return ret;
506 }
507
511 return ret;
512 }
513
517 return ret;
518 }
519
523 return ret;
524 }
525
529 return ret;
530 }
531
535 return ret;
536 }
537
541 return ret;
542 }
543
547 return ret;
548 }
549
553 return ret;
554 }
555
559 return ret;
560 }
561
565 return ret;
566 }
567
571 return ret;
572 }
573
577 return ret;
578 }
579
583 return ret;
584 }
585
589 return ret;
590 }
591
595 return ret;
596 }
597
601 return ret;
602 }
603
607 return ret;
608 }
609
613 return ret;
614 }
615
619 return ret;
620 }
621
625 return ret;
626 }
627
631 return ret;
632 }
633
637 return ret;
638 }
639
643 return ret;
644 }
645
649 return ret;
650 }
651
655 return ret;
656 }
657
661 return ret;
662 }
663
667 return ret;
668 }
669
673 return ret;
674 }
675
679 return ret;
680 }
681
685 return ret;
686 }
687
691 return ret;
692 }
693
697 return ret;
698 }
699
703 return ret;
704 }
705
709 return ret;
710 }
711
715 return ret;
716 }
717
721 return ret;
722 }
723
727 return ret;
728 }
729
733 return ret;
734 }
735
739 return ret;
740 }
741
745 return ret;
746 }
747
751 return ret;
752 }
753
757 return ret;
758 }
759
763 return ret;
764 }
765
769 return ret;
770 }
771
775 return ret;
776 }
777
778 public String getString() {
779 string ret = GlobalsPINVOKE.OdRxPropertyVariant_getString(swigCPtr);
781 return ret;
782}
783
787 return ret;
788}
789
790 public bool getBool() {
791 bool ret = GlobalsPINVOKE.OdRxPropertyVariant_getBool(swigCPtr);
793 return ret;
794 }
795
796 public sbyte getInt8() {
797// test csout
798 /*SIMPLETYPE*/
799 sbyte ret = GlobalsPINVOKE.OdRxPropertyVariant_getInt8(swigCPtr);
801 return ret;
802 }
803
804 public byte getUInt8() {
805// test csout
806 /*SIMPLETYPE*/
807 byte ret = GlobalsPINVOKE.OdRxPropertyVariant_getUInt8(swigCPtr);
809 return ret;
810 }
811
812 public Int16 getInt16() {
813// test csout
814 /*SIMPLETYPE*/
815 Int16 ret = GlobalsPINVOKE.OdRxPropertyVariant_getInt16(swigCPtr);
817 return ret;
818 }
819
820 public UInt16 getUInt16() {
821// test csout
822 /*SIMPLETYPE*/
823 UInt16 ret = GlobalsPINVOKE.OdRxPropertyVariant_getUInt16(swigCPtr);
825 return ret;
826 }
827
828 public Int32 getInt32() {
829// test csout
830 /*SIMPLETYPE*/
831 Int32 ret = GlobalsPINVOKE.OdRxPropertyVariant_getInt32(swigCPtr);
833 return ret;
834 }
835
836 public UInt32 getUInt32() {
837// test csout
838 /*SIMPLETYPE*/
839 UInt32 ret = GlobalsPINVOKE.OdRxPropertyVariant_getUInt32(swigCPtr);
841 return ret;
842 }
843
844 public Int64 getInt64() {
845// test csout
846 /*SIMPLETYPE*/
847 Int64 ret = GlobalsPINVOKE.OdRxPropertyVariant_getInt64(swigCPtr);
849 return ret;
850 }
851
852 public UInt64 getUInt64() {
853// test csout
854 /*SIMPLETYPE*/
855 UInt64 ret = GlobalsPINVOKE.OdRxPropertyVariant_getUInt64(swigCPtr);
857 return ret;
858 }
859
860 public double getDouble() {
861 double ret = GlobalsPINVOKE.OdRxPropertyVariant_getDouble(swigCPtr);
863 return ret;
864 }
865
869 return ret;
870 }
871
875 return ret;
876 }
877
881 return ret;
882 }
883
887 return ret;
888 }
889
893 return ret;
894 }
895
899 return ret;
900 }
901
905 return ret;
906 }
907
911 return ret;
912 }
913
917 return ret;
918 }
919
923 return ret;
924 }
925
929 return ret;
930 }
931
935 return ret;
936 }
937
941 return ret;
942 }
943
947 return ret;
948 }
949
953 return ret;
954 }
955
959 return ret;
960 }
961
965 return ret;
966 }
967
971 return ret;
972 }
973
977 return ret;
978 }
979
983 return ret;
984 }
985
989 return ret;
990 }
991
995 return ret;
996 }
997
1001 return ret;
1002 }
1003
1007 return ret;
1008 }
1009
1013 return ret;
1014 }
1015
1019 return ret;
1020 }
1021
1025 return ret;
1026 }
1027
1031 return ret;
1032 }
1033
1037 return ret;
1038 }
1039
1043 return ret;
1044 }
1045
1049 return ret;
1050 }
1051
1055 return ret;
1056 }
1057
1061 return ret;
1062 }
1063
1067 return ret;
1068 }
1069
1073 return ret;
1074 }
1075
1079 return ret;
1080 }
1081
1085 return ret;
1086 }
1087
1091 return ret;
1092 }
1093
1097 return ret;
1098 }
1099
1103 return ret;
1104 }
1105
1109 return ret;
1110 }
1111
1115 return ret;
1116 }
1117
1121 return ret;
1122 }
1123
1127 return ret;
1128 }
1129
1133 return ret;
1134 }
1135
1139 return ret;
1140 }
1141
1145 return ret;
1146 }
1147
1151 return ret;
1152 }
1153
1157 return ret;
1158 }
1159
1163 return ret;
1164 }
1165
1169 return ret;
1170 }
1171
1175 return ret;
1176 }
1177
1179// csout array
1181
1183 return res;
1184}
1185
1187// csout array
1189
1191 return res;
1192}
1193
1195// csout array
1197
1199 return res;
1200}
1201
1203// csout array
1205
1207 return res;
1208}
1209
1211// csout array
1213
1215 return res;
1216}
1217
1219// csout array
1221
1223 return res;
1224}
1225
1227// csout array
1229
1231 return res;
1232}
1233
1235// csout array
1237
1239 return res;
1240}
1241
1243// csout array
1245
1247 return res;
1248}
1249
1251// csout array
1253
1255 return res;
1256}
1257
1259// csout array
1261
1263 return res;
1264}
1265
1267// csout array
1269
1271 return res;
1272}
1273
1275// csout array
1277
1279 return res;
1280}
1281
1283// csout array
1285
1287 return res;
1288}
1289
1291// csout array
1293
1295 return res;
1296}
1297
1299// csout array
1301
1303 return res;
1304}
1305
1307// csout array
1309
1311 return res;
1312}
1313
1315// csout array
1317
1319 return res;
1320}
1321
1323// csout array
1325
1327 return res;
1328}
1329
1331// csout array
1333
1335 return res;
1336}
1337
1339// csout array
1341
1343 return res;
1344}
1345
1347// csout array
1349
1351 return res;
1352}
1353
1355// csout array
1357
1359 return res;
1360}
1361
1363// csout array
1365
1367 return res;
1368}
1369
1371// csout array
1373
1375 return res;
1376}
1377
1379// csout array
1381
1383 return res;
1384}
1385
1387// csout array
1389
1391 return res;
1392}
1393
1395// csout array
1397
1399 return res;
1400}
1401
1403// csout array
1405
1407 return res;
1408}
1409
1411// csout array
1413
1415 return res;
1416}
1417
1419// csout array
1421
1423 return res;
1424}
1425
1427// csout array
1429
1431 return res;
1432}
1433
1435// csout array
1437
1439 return res;
1440}
1441
1443// csout array
1445
1447 return res;
1448}
1449
1451// csout array
1453
1455 return res;
1456}
1457
1459// csout array
1461
1463 return res;
1464}
1465
1467// csout array
1469
1471 return res;
1472}
1473
1475// csout array
1477
1479 return res;
1480}
1481
1483// csout array
1485
1487 return res;
1488}
1489
1491// csout array
1493
1495 return res;
1496}
1497
1499// csout array
1501
1503 return res;
1504}
1505
1507// csout array
1509
1511 return res;
1512}
1513
1515// csout array
1517
1519 return res;
1520}
1521
1523// csout array
1525
1527 return res;
1528}
1529
1531// csout array
1533
1535 return res;
1536}
1537
1539// csout array
1541
1543 return res;
1544}
1545
1547// csout array
1549
1551 return res;
1552}
1553
1555// csout array
1557
1559 return res;
1560}
1561
1563// csout array
1565
1567 return res;
1568}
1569
1571// csout array
1573
1575 return res;
1576}
1577
1579// csout array
1581
1583 return res;
1584}
1585
1587// csout array
1589
1591 return res;
1592}
1593
1595// csout array
1597
1599 return res;
1600}
1601
1603// csout array
1605
1607 return res;
1608}
1609
1611// csout array
1613
1615 return res;
1616}
1617
1619// csout array
1621
1623 return res;
1624}
1625
1627// csout array
1629
1631 return res;
1632}
1633
1635// csout array
1637
1639 return res;
1640}
1641
1643// csout array
1645
1647 return res;
1648}
1649
1651// csout array
1653
1655 return res;
1656}
1657
1659// csout array
1661
1663 return res;
1664}
1665
1667// csout array
1669
1671 return res;
1672}
1673
1675// csout array
1677
1679 return res;
1680}
1681
1683// csout array
1685
1687 return res;
1688}
1689
1691// csout array
1693
1695 return res;
1696}
1697
1699// csout array
1701
1703 return res;
1704}
1705
1707// csout array
1709
1711 return res;
1712}
1713
1715// csout array
1717
1719 return res;
1720}
1721
1723// csout array
1725
1727 return res;
1728}
1729
1731// csout array
1733
1735 return res;
1736}
1737
1739// csout array
1741
1743 return res;
1744}
1745
1747// csout array
1749
1751 return res;
1752}
1753
1755// csout array
1757
1759 return res;
1760}
1761
1763// csout array
1765
1767 return res;
1768}
1769
1771// csout array
1773
1775 return res;
1776}
1777
1779// csout array
1781
1783 return res;
1784}
1785
1787// csout array
1789
1791 return res;
1792}
1793
1795// csout array
1797
1799 return res;
1800}
1801
1803// csout array
1805
1807 return res;
1808}
1809
1811// csout array
1813
1815 return res;
1816}
1817
1819// csout array
1821
1823 return res;
1824}
1825
1827// csout array
1829
1831 return res;
1832}
1833
1835// csout array
1837
1839 return res;
1840}
1841
1843// csout array
1845
1847 return res;
1848}
1849
1851// csout array
1853
1855 return res;
1856}
1857
1859// csout array
1861
1863 return res;
1864}
1865
1867// csout array
1869
1871 return res;
1872}
1873
1875// csout array
1877
1879 return res;
1880}
1881
1883// csout array
1885
1887 return res;
1888}
1889
1891// csout array
1893
1895 return res;
1896}
1897
1899// csout array
1901
1903 return res;
1904}
1905
1907// csout array
1909
1911 return res;
1912}
1913
1915// csout array
1917
1919 return res;
1920}
1921
1923// csout array
1925
1927 return res;
1928}
1929
1931// csout array
1933
1935 return res;
1936}
1937
1939// csout array
1941
1943 return res;
1944}
1945
1947// csout array
1949
1951 return res;
1952}
1953
1955// csout array
1957
1959 return res;
1960}
1961
1963// csout array
1965
1967 return res;
1968}
1969
1971// csout array
1973
1975 return res;
1976}
1977
1979// csout array
1981
1983 return res;
1984}
1985
1987// csout array
1989
1991 return res;
1992}
1993
1995// csout array
1997
1999 return res;
2000}
2001
2003// csout array
2005
2007 return res;
2008}
2009
2011// csout array
2013
2015 return res;
2016}
2017
2019// csout array
2021
2023 return res;
2024}
2025
2027// csout array
2029
2031 return res;
2032}
2033
2035// csout array
2037
2039 return res;
2040}
2041
2043// csout array
2045
2047 return res;
2048}
2049
2051// csout array
2053
2055 return res;
2056}
2057
2059// csout array
2061
2063 return res;
2064}
2065
2067// csout array
2069
2071 return res;
2072}
2073
2075// csout array
2077
2079 return res;
2080}
2081
2083// csout array
2085
2087 return res;
2088}
2089
2091// csout array
2093
2095 return res;
2096}
2097
2099// csout array
2101
2103 return res;
2104}
2105
2107// csout array
2109
2111 return res;
2112}
2113
2115// csout array
2117
2119 return res;
2120}
2121
2123// csout array
2125
2127 return res;
2128}
2129
2131// csout array
2133
2135 return res;
2136}
2137
2139// csout array
2141
2143 return res;
2144}
2145
2147// csout array
2149
2151 return res;
2152}
2153
2155// csout array
2157
2159 return res;
2160}
2161
2163// csout array
2165
2167 return res;
2168}
2169
2171// csout array
2173
2175 return res;
2176}
2177
2179// csout array
2181
2183 return res;
2184}
2185
2189 return ret;
2190 }
2191
2195 return ret;
2196 }
2197
2198 public OdRxPropertyVariant setBool(bool val) {
2201 return ret;
2202 }
2203
2204 public OdRxPropertyVariant setInt8(sbyte /*SIMPLETYPE*/ val) {
2205 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt8(swigCPtr, val /*SIMPLETYPE*/), false);
2207 return ret;
2208 }
2209
2210 public OdRxPropertyVariant setUInt8(byte /*SIMPLETYPE*/ val) {
2211 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setUInt8(swigCPtr, val /*SIMPLETYPE*/), false);
2213 return ret;
2214 }
2215
2216 public OdRxPropertyVariant setInt16(Int16 /*SIMPLETYPE*/ val) {
2217 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt16(swigCPtr, val /*SIMPLETYPE*/), false);
2219 return ret;
2220 }
2221
2222 public OdRxPropertyVariant setUInt16(UInt16 /*SIMPLETYPE*/ val) {
2223 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setUInt16(swigCPtr, val /*SIMPLETYPE*/), false);
2225 return ret;
2226 }
2227
2228 public OdRxPropertyVariant setInt32(Int32 /*SIMPLETYPE*/ val) {
2229 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt32(swigCPtr, val /*SIMPLETYPE*/), false);
2231 return ret;
2232 }
2233
2234 public OdRxPropertyVariant setUInt32(UInt32 /*SIMPLETYPE*/ val) {
2235 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setUInt32(swigCPtr, val /*SIMPLETYPE*/), false);
2237 return ret;
2238 }
2239
2240 public OdRxPropertyVariant setInt64(Int64 /*SIMPLETYPE*/ val) {
2241 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt64(swigCPtr, val /*SIMPLETYPE*/), false);
2243 return ret;
2244 }
2245
2246 public OdRxPropertyVariant setUInt64(UInt64 /*SIMPLETYPE*/ val) {
2247 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setUInt64(swigCPtr, val /*SIMPLETYPE*/), false);
2249 return ret;
2250 }
2251
2252 public OdRxPropertyVariant setDouble(double val) {
2255 return ret;
2256 }
2257
2261 return ret;
2262 }
2263
2267 return ret;
2268 }
2269
2273 return ret;
2274 }
2275
2279 return ret;
2280 }
2281
2285 return ret;
2286 }
2287
2291 return ret;
2292 }
2293
2297 return ret;
2298 }
2299
2303 return ret;
2304 }
2305
2309 return ret;
2310 }
2311
2315 return ret;
2316 }
2317
2321 return ret;
2322 }
2323
2327 return ret;
2328 }
2329
2333 return ret;
2334 }
2335
2339 return ret;
2340 }
2341
2345 return ret;
2346 }
2347
2351 return ret;
2352 }
2353
2357 return ret;
2358 }
2359
2363 return ret;
2364 }
2365
2369 return ret;
2370 }
2371
2375 return ret;
2376 }
2377
2381 return ret;
2382 }
2383
2387 return ret;
2388 }
2389
2393 return ret;
2394 }
2395
2399 return ret;
2400 }
2401
2405 return ret;
2406 }
2407
2411 return ret;
2412 }
2413
2417 return ret;
2418 }
2419
2423 return ret;
2424 }
2425
2429 return ret;
2430 }
2431
2435 return ret;
2436 }
2437
2441 return ret;
2442 }
2443
2447 return ret;
2448 }
2449
2453 return ret;
2454 }
2455
2459 return ret;
2460 }
2461
2465 return ret;
2466 }
2467
2471 return ret;
2472 }
2473
2477 return ret;
2478 }
2479
2483 return ret;
2484 }
2485
2489 return ret;
2490 }
2491
2495 return ret;
2496 }
2497
2501 return ret;
2502 }
2503
2507 return ret;
2508 }
2509
2513 return ret;
2514 }
2515
2519 return ret;
2520 }
2521
2525 return ret;
2526 }
2527
2531 return ret;
2532 }
2533
2537 return ret;
2538 }
2539
2543 return ret;
2544 }
2545
2549 return ret;
2550 }
2551
2555 return ret;
2556 }
2557
2561 return ret;
2562 }
2563
2567 return ret;
2568 }
2569
2573 return ret;
2574 }
2575
2579 return ret;
2580 }
2581
2585 return ret;
2586 }
2587
2591 return ret;
2592 }
2593
2597 return ret;
2598 }
2599
2603 return ret;
2604 }
2605
2609 return ret;
2610 }
2611
2615 return ret;
2616 }
2617
2621 return ret;
2622 }
2623
2627 return ret;
2628 }
2629
2633 return ret;
2634 }
2635
2639 return ret;
2640 }
2641
2645 return ret;
2646 }
2647
2651 return ret;
2652 }
2653
2657 return ret;
2658 }
2659
2663 return ret;
2664 }
2665
2669 return ret;
2670 }
2671
2675 return ret;
2676 }
2677
2681 return ret;
2682 }
2683
2687 return ret;
2688 }
2689
2693 return ret;
2694 }
2695
2699 return ret;
2700 }
2701
2705 return ret;
2706 }
2707
2711 return ret;
2712 }
2713
2717 return ret;
2718 }
2719
2723 return ret;
2724 }
2725
2729 return ret;
2730 }
2731
2735 return ret;
2736 }
2737
2741 return ret;
2742 }
2743
2747 return ret;
2748 }
2749
2753 return ret;
2754 }
2755
2759 return ret;
2760 }
2761
2765 return ret;
2766 }
2767
2771 return ret;
2772 }
2773
2777 return ret;
2778 }
2779
2783 return ret;
2784 }
2785
2789 return ret;
2790 }
2791
2795 return ret;
2796 }
2797
2801 return ret;
2802 }
2803
2807 return ret;
2808 }
2809
2813 return ret;
2814 }
2815
2819 return ret;
2820 }
2821
2825 return ret;
2826 }
2827
2831 return ret;
2832 }
2833
2837 return ret;
2838 }
2839
2843 return ret;
2844 }
2845
2849 return ret;
2850 }
2851
2855 return ret;
2856 }
2857
2861 return ret;
2862 }
2863
2867 return ret;
2868 }
2869
2873 return ret;
2874 }
2875
2879 return ret;
2880 }
2881
2885 return ret;
2886 }
2887
2891 return ret;
2892 }
2893
2897 return ret;
2898 }
2899
2903 return ret;
2904 }
2905
2909 return ret;
2910 }
2911
2915 return ret;
2916 }
2917
2921 return ret;
2922 }
2923
2927 return ret;
2928 }
2929
2933 return ret;
2934 }
2935
2939 return ret;
2940 }
2941
2945 return ret;
2946 }
2947
2953
2959
2960}
2961
2962}
static global::System.Exception Retrieve()
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_54(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiVisualStyleProperties_FaceColorModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGe_OdGeKnotParameterization(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getGiShadowParameters_ExtendedLightShape(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiViewportTraits_DefaultLightingType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeExtents2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiDgLinetypeModifiers_CornersModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGe_OdGeKnotParameterizationArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setUInt32Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_ChannelFlags(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialTraits_GlobalIlluminationModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialTraits_ModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_45(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiDgLinetypeModifiers_WidthModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeMatrix2d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiLightAttenuation_AttenuationTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMrShadowModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiShadowParameters_ShadowType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_41(global::System.Runtime.InteropServices.HandleRef jarg1, LineWeight jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiSkyParametersArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_37(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiVisualStyleProperties_FaceColorModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setTimeStamp(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdRxPropertyVariant_getDb_UnitsValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setCmEntityColorArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrExposureTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiVisualStyleProperties_EdgeModelArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiShadowParameters_ExtendedLightShapeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiColorRGB(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiShadowParameters_ExtendedLightShapeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_63(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiSkyParametersArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGeExtents3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_asInt32Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_GlobalIlluminationMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiLightingModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialTraits_FinalGatherModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setInt16(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiSkyParametersArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_51(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiVisualStyleProperties_EdgeModel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setDb_UnitsValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialTraits_GlobalIlluminationModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiDgLinetypeModifiers_ShiftMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrExportMIModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialTraits_IlluminationModelArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiLightAttenuationArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiToneOperatorParameters_ExteriorDaylightModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_55(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static Int16 OdRxPropertyVariant_getInt16(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setCmTransparencyArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGeExtents2d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setDb_UnitsValueArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setTimeStampArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiVisualStyleProperties_FaceColorModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_36(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_29(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static IntPtr OdRxPropertyVariant_asGePoint2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiVisualStyle_TypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdRxPropertyVariant_TypeFactory_construct(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_getStringArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeVector2d(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrExportMIMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getCmEntityColor_ColorMethodArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiMrTileOrderArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMrDiagnosticPhotonMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_31(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGeMatrix3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setUInt8Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr OdRxPropertyVariant_getInt64Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialTraits_ModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiMaterialTraits_IlluminationModel(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_59(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMrDiagnosticBSPModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setInt8(global::System.Runtime.InteropServices.HandleRef jarg1, sbyte jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrShadowMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMrDiagnosticModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiLightAttenuationArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialTraits_ChannelFlagsArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialTraits_FinalGatherModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setDouble(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiViewportTraits_DefaultLightingTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMrShadowModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGePoint3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asDoubleArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGeExtents2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiEdgeStyle_EdgeModel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getGiVisualStyle_Type(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiLightAttenuation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setUInt32(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static String OdRxPropertyVariant_getString(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_62(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialTraits_LuminanceModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeQuaternionArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setDb_LineWeight(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiViewportTraits_DefaultLightingTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getCmEntityColorArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeMatrix3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_varType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeVector3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_getGePoint2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setDoubleArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxPropertyVariant_getUInt32Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_15(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_32(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getGiMrTileOrder(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_56(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setCmEntityColor_ColorMethodArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiColorRGB(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_ModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_57(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_GlobalIlluminationModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiShadowParameters_ExtendedLightShapeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_IlluminationModelArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiToneOperatorParameters_ExteriorDaylightModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_Mode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_LuminanceMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static sbyte OdRxPropertyVariant_getInt8(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_getUInt64Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_17(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getCmTransparency(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeVector2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMrDiagnosticBSPModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_46(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiShadowParameters(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdRxPropertyVariant_getAnsiString(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGe_OdGeKnotParameterizationArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiEdgeStyle_EdgeModelArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiDgLinetypeModifiers_ShiftModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiFilterTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiDgLinetypeModifiers_ShiftModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxPropertyVariant_asInt8Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialTraits_LuminanceModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiDrawable_DrawableTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiDgLinetypeModifiers_CornersMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getGiToneOperatorParameters_ExteriorDaylightMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_asInt16Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setInt64(global::System.Runtime.InteropServices.HandleRef jarg1, Int64 jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMrExportMIModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asDb_LineWeightArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiMrShadowMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_40(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiDgLinetypeModifiers_ShiftModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getCmEntityColor_ColorMethod(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setInt64Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGePoint3dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setDb_LineWeightArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiLightingMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGeScale3dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGeExtents3d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrShadowModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_52(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMrDiagnosticPhotonModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiShadowParameters(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_20(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_39(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrDiagnosticPhotonModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGeMatrix2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGePoint2d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiLightingModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiLightAttenuationArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiEdgeStyle_EdgeModel(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiSkyParameters(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGeMatrix2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeExtents2dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setUInt8(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMrDiagnosticPhotonModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeMatrix2dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxPropertyVariant_asUInt8Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiDgLinetypeModifiers_WidthModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getDb_UnitsValueArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiMrExposureTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiColorRGBArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeVector3d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_35(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiDgLinetypeModifiers_WidthModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGePoint2dArray(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_setBoolArray(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_47(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static byte OdRxPropertyVariant_getUInt8(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_asUInt16Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeMatrix3dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdRxPropertyVariant_getGiLightingMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialTraits_ChannelFlagsArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setInt32Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGePoint3d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiShadowParameters_ShadowTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_ChannelFlagsArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiEdgeStyle_EdgeModelArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiColorRGBArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_28(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_34(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setUInt16(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static void OdRxPropertyVariant_TypeFactory_destroy(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiSkyParameters(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiColorRGBArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGeQuaternionArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeExtents3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMrDiagnosticBSPMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asDb_UnitsValueArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdRxPropertyVariant_getBool(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMrDiagnosticModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_50(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_30(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getGiMaterialTraits_ChannelFlags(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeScale3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_33(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setInt16Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMrTileOrderArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiVisualStyleProperties_FaceColorMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_FinalGatherMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asStringArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt64 OdRxPropertyVariant_getUInt64(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_IlluminationModel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiMrExposureTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiFilterType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeMatrix2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMrDiagnosticModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrDiagnosticMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_21(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdRxPropertyVariant_getGiMrFinalGatheringMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiToneOperatorParameters_ExteriorDaylightMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiFilterType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_22(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiShadowParameters_ShadowTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiFaceStyle_FaceColorMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiVisualStyle_TypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiLightAttenuation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGeVector3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_58(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiFaceStyle_FaceColorModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiFilterTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGeVector3dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiShadowParameters_ShadowType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_27(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdRxPropertyVariant_getGiDrawable_DrawableType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdRxPropertyVariant(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGeScale3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdRxPropertyVariant_TypeFactory(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_16(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr OdRxPropertyVariant_setStringArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static int OdRxPropertyVariant_getGiMrExportMIMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_12(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getDoubleArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setUInt64Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_49(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setUInt64(global::System.Runtime.InteropServices.HandleRef jarg1, UInt64 jarg2)
static int OdRxPropertyVariant_getGiMrDiagnosticBSPMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiMrFinalGatheringModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMrTileOrder(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiLightAttenuation_AttenuationTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGe_OdGeKnotParameterizationArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiVisualStyleProperties_EdgeModelArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiDgLinetypeModifiers_CornersModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiLightingModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setString(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiDgLinetypeModifiers_CornersModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGePoint3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_typeFactory(int jarg1)
static global::System.IntPtr OdRxPropertyVariant_setUInt16Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_25(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrDiagnosticBSPModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGeScale3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialColorArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_38(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiFaceStyle_FaceColorModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiShadowParametersArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiDgLinetypeModifiers_CornersMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMrFinalGatheringModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_getInt16Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiEdgeStyle_EdgeModelArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGePoint2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_26(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static Int64 OdRxPropertyVariant_getInt64(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiMaterialTraits_GlobalIlluminationMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiVisualStyleProperties_FaceColorMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static int OdRxPropertyVariant_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiMaterialTraits_LuminanceMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 OdRxPropertyVariant_getInt32(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiShadowParametersArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiMrExportMIModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGe_OdGeKnotParameterization(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setInt32(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGePoint3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiViewportTraits_DefaultLightingType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static IntPtr OdRxPropertyVariant_getUInt8Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiDgLinetypeModifiers_WidthMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static IntPtr OdRxPropertyVariant_getInt8Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiShadowParameters_ShadowTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiMrDiagnosticPhotonMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeExtents2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeMatrix3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setCmEntityColor_ColorMethod(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getDb_LineWeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialColorArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setInt8Array(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static double OdRxPropertyVariant_getDouble(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setAnsiString(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static IntPtr OdRxPropertyVariant_getBoolArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiVisualStyleProperties_EdgeModelArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdRxPropertyVariant_getGiMaterialTraits_Mode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeQuaternion(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiFilterTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_18(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, sbyte jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGeVector2dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_LuminanceModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getCmTransparencyArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGiDrawable_DrawableTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiMaterialTraits_IlluminationModelArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_42(global::System.Runtime.InteropServices.HandleRef jarg1, UnitsValue jarg2)
static global::System.IntPtr OdRxPropertyVariant_setBool(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_43(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGeMatrix3d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGiDrawable_DrawableTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiVisualStyle_TypeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrFinalGatheringModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_24(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGeScale3d(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxPropertyVariant_getInt32Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asCmEntityColorArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiShadowParametersArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdRxPropertyVariant_getGiMrExposureType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getCmEntityColor(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getTimeStampArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 OdRxPropertyVariant_getUInt32(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiDgLinetypeModifiers_WidthMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_getGeVector2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdRxPropertyVariant_isArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiLightAttenuation_AttenuationType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiDrawable_DrawableType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setCmEntityColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiLightAttenuation_AttenuationTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_44(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_48(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_getGeExtents3d(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeExtents3dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxPropertyVariant_asUInt32Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiShadowParameters_ExtendedLightShape(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_53(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static IntPtr OdRxPropertyVariant_asBoolArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiVisualStyleProperties_EdgeModel(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_23(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asTimeStampArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_getUInt16Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiLightAttenuation_AttenuationType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, Int64 jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiToneOperatorParameters_ExteriorDaylightModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxPropertyVariant_asUInt64Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMrExposureType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int OdRxPropertyVariant_getGiFaceStyle_FaceColorMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGeQuaternion(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_60(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMrTileOrderArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asCmTransparencyArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiViewportTraits_DefaultLightingTypeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_61(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_setCmTransparency(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static IntPtr OdRxPropertyVariant_asInt64Array(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiMrFinalGatheringMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGiMaterialColorArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getGiFaceStyle_FaceColorModeArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_getTimeStamp(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 OdRxPropertyVariant_getUInt16(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_asGeVector3dArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdRxPropertyVariant_getGiMaterialTraits_FinalGatherMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1, UInt64 jarg2)
static global::System.IntPtr OdRxPropertyVariant_getDb_LineWeightArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_Assign__SWIG_19(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_setGiMaterialTraits_FinalGatherModeArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdRxPropertyVariant_asCmEntityColor_ColorMethodArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGiVisualStyle_Type(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdRxPropertyVariant_asGeQuaternionArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiMrDiagnosticMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdRxPropertyVariant_getGiDgLinetypeModifiers_ShiftMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdRxPropertyVariant_setGeVector2dArray(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdBoolArray obj)
Definition: OdBoolArray.cs:28
static HandleRef getCPtr(OdCmEntityColor_ColorMethodArray obj)
static HandleRef getCPtr(OdCmEntityColorArray obj)
static HandleRef getCPtr(OdCmEntityColor obj)
static HandleRef getCPtr(OdCmTransparencyArray obj)
static HandleRef getCPtr(OdCmTransparency obj)
static HandleRef getCPtr(OdDb_LineWeightArray obj)
static HandleRef getCPtr(OdDb_UnitsValueArray obj)
static HandleRef getCPtr(OdGe_OdGeKnotParameterizationArray obj)
static HandleRef getCPtr(OdGeDoubleArray obj)
static HandleRef getCPtr(OdGeExtents2dArray obj)
static HandleRef getCPtr(OdGeExtents2d obj)
static HandleRef getCPtr(OdGeExtents3dArray obj)
static HandleRef getCPtr(OdGeExtents3d obj)
OdGeKnotParameterization
Definition: OdGe.cs:276
static HandleRef getCPtr(OdGeMatrix2dArray obj)
static HandleRef getCPtr(OdGeMatrix2d obj)
Definition: OdGeMatrix2d.cs:26
static HandleRef getCPtr(OdGeMatrix3dArray obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdGePoint2dArray obj)
static HandleRef getCPtr(OdGePoint2d obj)
Definition: OdGePoint2d.cs:26
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdGeQuaternionArray obj)
static HandleRef getCPtr(OdGeQuaternion obj)
static HandleRef getCPtr(OdGeScale3dArray obj)
static HandleRef getCPtr(OdGeScale3d obj)
Definition: OdGeScale3d.cs:26
static HandleRef getCPtr(OdGeVector2dArray obj)
static HandleRef getCPtr(OdGeVector2d obj)
Definition: OdGeVector2d.cs:26
static HandleRef getCPtr(OdGeVector3dArray obj)
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
static HandleRef getCPtr(OdGiColorRGBArray obj)
static HandleRef getCPtr(OdGiColorRGB obj)
Definition: OdGiColorRGB.cs:26
static HandleRef getCPtr(OdGiDgLinetypeModifiers_CornersModeArray obj)
static HandleRef getCPtr(OdGiDgLinetypeModifiers_ShiftModeArray obj)
static HandleRef getCPtr(OdGiDgLinetypeModifiers_WidthModeArray obj)
static HandleRef getCPtr(OdGiDrawable_DrawableTypeArray obj)
static HandleRef getCPtr(OdGiEdgeStyle_EdgeModelArray obj)
static HandleRef getCPtr(OdGiFaceStyle_FaceColorModeArray obj)
static HandleRef getCPtr(OdGiFilterTypeArray obj)
static HandleRef getCPtr(OdGiLightAttenuation_AttenuationTypeArray obj)
static HandleRef getCPtr(OdGiLightAttenuationArray obj)
static HandleRef getCPtr(OdGiLightAttenuation obj)
static HandleRef getCPtr(OdGiLightingModeArray obj)
static HandleRef getCPtr(OdGiMaterialColorArray obj)
static HandleRef getCPtr(OdGiMaterialColor obj)
static HandleRef getCPtr(OdGiMaterialTraits_ChannelFlagsArray obj)
static HandleRef getCPtr(OdGiMaterialTraits_FinalGatherModeArray obj)
static HandleRef getCPtr(OdGiMaterialTraits_GlobalIlluminationModeArray obj)
static HandleRef getCPtr(OdGiMaterialTraits_IlluminationModelArray obj)
static HandleRef getCPtr(OdGiMaterialTraits_LuminanceModeArray obj)
static HandleRef getCPtr(OdGiMaterialTraits_ModeArray obj)
static HandleRef getCPtr(OdGiMrDiagnosticBSPModeArray obj)
static HandleRef getCPtr(OdGiMrDiagnosticModeArray obj)
static HandleRef getCPtr(OdGiMrDiagnosticPhotonModeArray obj)
static HandleRef getCPtr(OdGiMrExportMIModeArray obj)
static HandleRef getCPtr(OdGiMrExposureTypeArray obj)
static HandleRef getCPtr(OdGiMrFinalGatheringModeArray obj)
static HandleRef getCPtr(OdGiMrShadowModeArray obj)
static HandleRef getCPtr(OdGiMrTileOrderArray obj)
static HandleRef getCPtr(OdGiShadowParameters_ExtendedLightShapeArray obj)
static HandleRef getCPtr(OdGiShadowParameters_ShadowTypeArray obj)
static HandleRef getCPtr(OdGiShadowParametersArray obj)
static HandleRef getCPtr(OdGiShadowParameters obj)
static HandleRef getCPtr(OdGiSkyParametersArray obj)
static HandleRef getCPtr(OdGiSkyParameters obj)
static HandleRef getCPtr(OdGiToneOperatorParameters_ExteriorDaylightModeArray obj)
static HandleRef getCPtr(OdGiViewportTraits_DefaultLightingTypeArray obj)
static HandleRef getCPtr(OdGiVisualStyle_TypeArray obj)
static HandleRef getCPtr(OdGiVisualStyleProperties_EdgeModelArray obj)
static HandleRef getCPtr(OdGiVisualStyleProperties_FaceColorModeArray obj)
static HandleRef getCPtr(OdInt16Array obj)
Definition: OdInt16Array.cs:28
static HandleRef getCPtr(OdInt32Array obj)
Definition: OdInt32Array.cs:28
static HandleRef getCPtr(OdInt64Array obj)
Definition: OdInt64Array.cs:28
static HandleRef getCPtr(OdInt8Array obj)
Definition: OdInt8Array.cs:28
static HandleRef getCPtr(TypeFactory obj)
OdRxPropertyVariant(OdGiLightingMode val)
OdRxPropertyVariant.Type type()
OdRxPropertyVariant setGiDgLinetypeModifiers_CornersMode(OdGiDgLinetypeModifiers.CornersMode val)
OdGiEdgeStyle.EdgeModel getGiEdgeStyle_EdgeModel()
OdGiMaterialTraits_LuminanceModeArray asGiMaterialTraits_LuminanceModeArray()
OdGiMaterialTraits_ModeArray getGiMaterialTraits_ModeArray()
OdRxPropertyVariant setGiLightAttenuation_AttenuationTypeArray(OdGiLightAttenuation_AttenuationTypeArray val)
OdRxPropertyVariant setGiToneOperatorParameters_ExteriorDaylightMode(OdGiToneOperatorParameters.ExteriorDaylightMode val)
OdGiViewportTraits_DefaultLightingTypeArray asGiViewportTraits_DefaultLightingTypeArray()
OdGiMrTileOrderArray asGiMrTileOrderArray()
OdDb_LineWeightArray asDb_LineWeightArray()
OdRxPropertyVariant Assign(OdGiSkyParameters val)
OdRxPropertyVariant setGiDgLinetypeModifiers_WidthMode(OdGiDgLinetypeModifiers.WidthMode val)
OdGiDgLinetypeModifiers.WidthMode getGiDgLinetypeModifiers_WidthMode()
OdRxPropertyVariant(OdGiMaterialTraits.FinalGatherMode val)
OdGiEdgeStyle_EdgeModelArray asGiEdgeStyle_EdgeModelArray()
OdRxPropertyVariant Assign(OdGePoint2d val)
OdRxPropertyVariant setDouble(double val)
OdCmEntityColorArray asCmEntityColorArray()
OdGiMaterialTraits.IlluminationModel getGiMaterialTraits_IlluminationModel()
FaceColorMode getGiVisualStyleProperties_FaceColorMode()
OdRxPropertyVariant Assign(OdGiFilterType val)
OdRxPropertyVariant Assign(OdGiMaterialTraits.FinalGatherMode val)
OdRxPropertyVariant setGiDgLinetypeModifiers_ShiftModeArray(OdGiDgLinetypeModifiers_ShiftModeArray val)
OdCmEntityColor.Items_ColorMethod getCmEntityColor_ColorMethod()
OdRxPropertyVariant setGeVector3dArray(OdGeVector3dArray val)
OdRxPropertyVariant setGiMaterialTraits_LuminanceMode(OdGiMaterialTraits.LuminanceMode val)
OdRxPropertyVariant setGiLightingModeArray(OdGiLightingModeArray val)
OdRxPropertyVariant Assign(OdGiMaterialColor val)
OdRxPropertyVariant(OdGiShadowParameters val)
OdGiDgLinetypeModifiers_ShiftModeArray asGiDgLinetypeModifiers_ShiftModeArray()
OdGiToneOperatorParameters_ExteriorDaylightModeArray getGiToneOperatorParameters_ExteriorDaylightModeArray()
OdRxPropertyVariant setGeExtents3d(OdGeExtents3d val)
OdGiFaceStyle.FaceColorMode getGiFaceStyle_FaceColorMode()
OdRxPropertyVariant Assign(OdGiDrawable.DrawableType val)
OdCmEntityColorArray getCmEntityColorArray()
OdRxPropertyVariant setGiViewportTraits_DefaultLightingTypeArray(OdGiViewportTraits_DefaultLightingTypeArray val)
OdRxPropertyVariant setGiMrExportMIModeArray(OdGiMrExportMIModeArray val)
OdRxPropertyVariant setGiToneOperatorParameters_ExteriorDaylightModeArray(OdGiToneOperatorParameters_ExteriorDaylightModeArray val)
OdCmEntityColor_ColorMethodArray getCmEntityColor_ColorMethodArray()
OdGiFaceStyle_FaceColorModeArray asGiFaceStyle_FaceColorModeArray()
OdRxPropertyVariant setCmEntityColor_ColorMethod(OdCmEntityColor.Items_ColorMethod val)
OdRxPropertyVariant Assign(OdGeVector3d val)
OdRxPropertyVariant(OdGiLightAttenuation val)
OdRxPropertyVariant(IntPtr cPtr, bool cMemoryOwn)
OdRxPropertyVariant setGiMaterialColorArray(OdGiMaterialColorArray val)
OdRxPropertyVariant Assign(OdGiColorRGB val)
OdGiLightAttenuation_AttenuationTypeArray getGiLightAttenuation_AttenuationTypeArray()
OdRxPropertyVariant setGiDgLinetypeModifiers_WidthModeArray(OdGiDgLinetypeModifiers_WidthModeArray val)
OdGiMaterialTraits_GlobalIlluminationModeArray getGiMaterialTraits_GlobalIlluminationModeArray()
OdRxPropertyVariant setGiFilterTypeArray(OdGiFilterTypeArray val)
OdRxPropertyVariant Assign(OdGiViewportTraits.DefaultLightingType val)
OdRxPropertyVariant(OdGiDgLinetypeModifiers.ShiftMode val)
OdGiShadowParameters.ShadowType getGiShadowParameters_ShadowType()
OdRxPropertyVariant Assign(UInt16 val)
OdGiLightingModeArray asGiLightingModeArray()
OdRxPropertyVariant Assign(OdCmTransparency val)
OdRxPropertyVariant Assign(OdGiMrExposureType val)
OdRxPropertyVariant setGiShadowParametersArray(OdGiShadowParametersArray val)
OdRxPropertyVariant(OdGiMrExposureType val)
OdGiMrDiagnosticBSPModeArray getGiMrDiagnosticBSPModeArray()
OdRxPropertyVariant Assign(OdGiMaterialTraits.IlluminationModel val)
OdGiMrDiagnosticMode getGiMrDiagnosticMode()
OdGiMrExposureType getGiMrExposureType()
OdGiDgLinetypeModifiers_WidthModeArray getGiDgLinetypeModifiers_WidthModeArray()
OdRxPropertyVariant setGiMaterialTraits_IlluminationModel(OdGiMaterialTraits.IlluminationModel val)
OdRxPropertyVariant setInt32Array(OdInt32Array val)
OdRxPropertyVariant setGiSkyParametersArray(OdGiSkyParametersArray val)
OdRxPropertyVariant Assign(EdgeModel val)
OdRxPropertyVariant Assign(bool val)
OdRxPropertyVariant setGiFilterType(OdGiFilterType val)
OdRxPropertyVariant Assign(OdGeScale3d val)
OdGiVisualStyleProperties_EdgeModelArray asGiVisualStyleProperties_EdgeModelArray()
OdGiViewportTraits.DefaultLightingType getGiViewportTraits_DefaultLightingType()
OdRxPropertyVariant setGeVector2dArray(OdGeVector2dArray val)
OdGiVisualStyleProperties_FaceColorModeArray asGiVisualStyleProperties_FaceColorModeArray()
OdRxPropertyVariant Assign(UInt32 val)
OdGiDgLinetypeModifiers_WidthModeArray asGiDgLinetypeModifiers_WidthModeArray()
OdGiShadowParameters_ShadowTypeArray getGiShadowParameters_ShadowTypeArray()
OdGiSkyParametersArray asGiSkyParametersArray()
OdRxPropertyVariant Assign(OdGiMrDiagnosticPhotonMode val)
OdRxPropertyVariant Assign(OdGiMrTileOrder val)
OdRxPropertyVariant(OdGiSkyParameters val)
OdGiFilterTypeArray getGiFilterTypeArray()
OdRxPropertyVariant setGe_OdGeKnotParameterization(OdGe.OdGeKnotParameterization val)
OdGiMrExportMIModeArray getGiMrExportMIModeArray()
OdRxPropertyVariant Assign(OdGeExtents3d val)
OdRxPropertyVariant Assign(LineWeight val)
OdGiDgLinetypeModifiers_ShiftModeArray getGiDgLinetypeModifiers_ShiftModeArray()
OdRxPropertyVariant Assign(OdGiMaterialTraits.GlobalIlluminationMode val)
OdRxPropertyVariant setGiColorRGB(OdGiColorRGB val)
OdGiLightAttenuation.AttenuationType getGiLightAttenuation_AttenuationType()
OdRxPropertyVariant setGe_OdGeKnotParameterizationArray(OdGe_OdGeKnotParameterizationArray val)
OdRxPropertyVariant setGiMrFinalGatheringMode(OdGiMrFinalGatheringMode val)
OdGiSkyParametersArray getGiSkyParametersArray()
OdRxPropertyVariant setGiLightingMode(OdGiLightingMode val)
OdGiMaterialTraits.GlobalIlluminationMode getGiMaterialTraits_GlobalIlluminationMode()
OdRxPropertyVariant Assign(Int64 val)
OdRxPropertyVariant setGiVisualStyleProperties_EdgeModel(EdgeModel val)
OdRxPropertyVariant setGePoint2dArray(OdGePoint2dArray val)
OdRxPropertyVariant(OdRxPropertyVariant val)
OdRxPropertyVariant Assign(OdGiToneOperatorParameters.ExteriorDaylightMode val)
OdRxPropertyVariant setAnsiString(String val)
OdRxPropertyVariant setGiViewportTraits_DefaultLightingType(OdGiViewportTraits.DefaultLightingType val)
OdGiDgLinetypeModifiers.CornersMode getGiDgLinetypeModifiers_CornersMode()
OdRxPropertyVariant setGiMrExposureTypeArray(OdGiMrExposureTypeArray val)
OdDb_UnitsValueArray asDb_UnitsValueArray()
OdRxPropertyVariant setGiSkyParameters(OdGiSkyParameters val)
OdGiEdgeStyle_EdgeModelArray getGiEdgeStyle_EdgeModelArray()
OdRxPropertyVariant(OdGe.OdGeKnotParameterization val)
OdRxPropertyVariant Assign(OdCmEntityColor val)
OdRxPropertyVariant Assign(OdGiShadowParameters.ExtendedLightShape val)
OdRxPropertyVariant setGiVisualStyle_TypeArray(OdGiVisualStyle_TypeArray val)
OdGiFilterTypeArray asGiFilterTypeArray()
OdGiShadowParameters.ExtendedLightShape getGiShadowParameters_ExtendedLightShape()
OdRxPropertyVariant setGiMrExportMIMode(OdGiMrExportMIMode val)
static Teigha.Core.OdRxPropertyVariant.TypeFactory vb_typeFactory(int type)
OdRxPropertyVariant Assign(Int32 val)
OdRxPropertyVariant setUInt16(UInt16 val)
OdRxPropertyVariant Assign(OdGiMrShadowMode val)
OdGiMrDiagnosticPhotonModeArray asGiMrDiagnosticPhotonModeArray()
OdRxPropertyVariant Assign(UnitsValue val)
OdRxPropertyVariant Assign(sbyte val)
OdRxPropertyVariant setGiShadowParameters_ExtendedLightShape(OdGiShadowParameters.ExtendedLightShape val)
OdRxPropertyVariant setGeVector2d(OdGeVector2d val)
OdGiShadowParameters_ExtendedLightShapeArray getGiShadowParameters_ExtendedLightShapeArray()
OdRxPropertyVariant setGeScale3dArray(OdGeScale3dArray val)
OdRxPropertyVariant(OdGiMrDiagnosticPhotonMode val)
OdRxPropertyVariant setTimeStamp(OdTimeStamp val)
OdRxPropertyVariant setGiVisualStyleProperties_FaceColorMode(FaceColorMode val)
OdGiMrExposureTypeArray getGiMrExposureTypeArray()
OdRxPropertyVariant setUInt64(UInt64 val)
OdRxPropertyVariant Assign(OdGeMatrix3d val)
OdRxPropertyVariant setGiVisualStyleProperties_FaceColorModeArray(OdGiVisualStyleProperties_FaceColorModeArray val)
OdGiMaterialTraits_ChannelFlagsArray asGiMaterialTraits_ChannelFlagsArray()
OdRxPropertyVariant(OdGiMaterialTraits.LuminanceMode val)
OdRxPropertyVariant setGeExtents3dArray(OdGeExtents3dArray val)
OdRxPropertyVariant setUInt8Array(OdUInt8Array val)
OdRxPropertyVariant setGiLightAttenuationArray(OdGiLightAttenuationArray val)
OdRxPropertyVariant(OdGiMaterialTraits.IlluminationModel val)
OdRxPropertyVariant setUInt32(UInt32 val)
OdGiMrTileOrderArray getGiMrTileOrderArray()
OdRxPropertyVariant setGeScale3d(OdGeScale3d val)
OdRxPropertyVariant setGiMaterialTraits_GlobalIlluminationMode(OdGiMaterialTraits.GlobalIlluminationMode val)
OdRxPropertyVariant Assign(OdGiFaceStyle.FaceColorMode val)
OdGiMrDiagnosticBSPModeArray asGiMrDiagnosticBSPModeArray()
OdRxPropertyVariant Assign(FaceColorMode val)
OdGiLightAttenuation getGiLightAttenuation()
OdGeExtents2dArray getGeExtents2dArray()
OdRxPropertyVariant setInt8Array(OdInt8Array val)
OdRxPropertyVariant(OdGiMaterialTraits.ChannelFlags val)
OdGiDrawable.DrawableType getGiDrawable_DrawableType()
OdGiMrExportMIModeArray asGiMrExportMIModeArray()
OdRxPropertyVariant(OdGiMaterialColor val)
OdRxPropertyVariant(OdGiMrDiagnosticMode val)
OdRxPropertyVariant setGiMrFinalGatheringModeArray(OdGiMrFinalGatheringModeArray val)
OdRxPropertyVariant setDoubleArray(OdGeDoubleArray val)
OdRxPropertyVariant setDb_UnitsValue(UnitsValue val)
OdRxPropertyVariant setGeQuaternion(OdGeQuaternion val)
OdRxPropertyVariant(OdGiMrShadowMode val)
OdRxPropertyVariant setGiDgLinetypeModifiers_ShiftMode(OdGiDgLinetypeModifiers.ShiftMode val)
OdGiMrExposureTypeArray asGiMrExposureTypeArray()
OdGiMaterialTraits.Mode getGiMaterialTraits_Mode()
OdGiViewportTraits_DefaultLightingTypeArray getGiViewportTraits_DefaultLightingTypeArray()
OdRxPropertyVariant(OdCmEntityColor val)
OdGiMaterialColorArray getGiMaterialColorArray()
OdRxPropertyVariant setGePoint3d(OdGePoint3d val)
OdRxPropertyVariant setInt8(sbyte val)
OdRxPropertyVariant setGiMaterialTraits_FinalGatherModeArray(OdGiMaterialTraits_FinalGatherModeArray val)
OdGiMrFinalGatheringMode getGiMrFinalGatheringMode()
OdRxPropertyVariant Assign(OdRxPropertyVariant val)
OdGiMrDiagnosticModeArray getGiMrDiagnosticModeArray()
OdRxPropertyVariant setGiVisualStyle_Type(OdGiVisualStyle.Type val)
OdCmTransparencyArray getCmTransparencyArray()
OdRxPropertyVariant setInt16Array(OdInt16Array val)
OdGiMaterialTraits.ChannelFlags getGiMaterialTraits_ChannelFlags()
OdRxPropertyVariant setGiDrawable_DrawableType(OdGiDrawable.DrawableType val)
OdRxPropertyVariant setGiShadowParameters(OdGiShadowParameters val)
OdRxPropertyVariant Assign(OdGe.OdGeKnotParameterization val)
OdGiMrExportMIMode getGiMrExportMIMode()
OdGiMaterialTraits_GlobalIlluminationModeArray asGiMaterialTraits_GlobalIlluminationModeArray()
OdGiShadowParameters getGiShadowParameters()
OdRxPropertyVariant setUInt32Array(OdUInt32Array val)
OdRxPropertyVariant(OdGiMaterialTraits.GlobalIlluminationMode val)
OdGiVisualStyleProperties_FaceColorModeArray getGiVisualStyleProperties_FaceColorModeArray()
OdGiDgLinetypeModifiers_CornersModeArray getGiDgLinetypeModifiers_CornersModeArray()
OdGiMaterialColorArray asGiMaterialColorArray()
OdRxPropertyVariant(OdGiFaceStyle.FaceColorMode val)
OdGiMrDiagnosticModeArray asGiMrDiagnosticModeArray()
OdRxPropertyVariant setGiShadowParameters_ShadowTypeArray(OdGiShadowParameters_ShadowTypeArray val)
OdRxPropertyVariant(OdCmTransparency val)
OdRxPropertyVariant setStringArray(OdStringArray val)
virtual void Dispose(bool disposing)
OdRxPropertyVariant Assign(OdGiMaterialTraits.Mode val)
OdRxPropertyVariant setGeMatrix2d(OdGeMatrix2d val)
OdRxPropertyVariant setGiMaterialTraits_ChannelFlagsArray(OdGiMaterialTraits_ChannelFlagsArray val)
OdRxPropertyVariant setGiMaterialTraits_IlluminationModelArray(OdGiMaterialTraits_IlluminationModelArray val)
OdRxPropertyVariant Assign(OdGiShadowParameters val)
OdGeQuaternionArray getGeQuaternionArray()
OdCmTransparencyArray asCmTransparencyArray()
OdGiDrawable_DrawableTypeArray asGiDrawable_DrawableTypeArray()
Teigha.Core.OdRxPropertyVariant.Type vb_type()
OdGe_OdGeKnotParameterizationArray getGe_OdGeKnotParameterizationArray()
static OdRxPropertyVariant.TypeFactory typeFactory(int type)
OdGiLightAttenuationArray getGiLightAttenuationArray()
OdRxPropertyVariant Assign(String val)
OdGeExtents3dArray getGeExtents3dArray()
OdRxPropertyVariant setGiEdgeStyle_EdgeModelArray(OdGiEdgeStyle_EdgeModelArray val)
OdGiMrFinalGatheringModeArray asGiMrFinalGatheringModeArray()
OdGiVisualStyle_TypeArray getGiVisualStyle_TypeArray()
OdRxPropertyVariant(OdGiDgLinetypeModifiers.CornersMode val)
OdRxPropertyVariant setGiMaterialTraits_FinalGatherMode(OdGiMaterialTraits.FinalGatherMode val)
OdRxPropertyVariant setGiMrDiagnosticPhotonMode(OdGiMrDiagnosticPhotonMode val)
OdRxPropertyVariant setGiMaterialColor(OdGiMaterialColor val)
OdRxPropertyVariant(OdGiShadowParameters.ExtendedLightShape val)
OdRxPropertyVariant setGiMrDiagnosticBSPModeArray(OdGiMrDiagnosticBSPModeArray val)
OdRxPropertyVariant Assign(OdGiDgLinetypeModifiers.WidthMode val)
OdGiToneOperatorParameters_ExteriorDaylightModeArray asGiToneOperatorParameters_ExteriorDaylightModeArray()
OdDb_UnitsValueArray getDb_UnitsValueArray()
OdRxPropertyVariant Assign(OdGiVisualStyle.Type val)
OdRxPropertyVariant setGeMatrix3dArray(OdGeMatrix3dArray val)
OdRxPropertyVariant setGiFaceStyle_FaceColorModeArray(OdGiFaceStyle_FaceColorModeArray val)
OdRxPropertyVariant Assign(OdGeMatrix2d val)
OdRxPropertyVariant Assign(OdGiMrDiagnosticMode val)
OdRxPropertyVariant setGiMrShadowModeArray(OdGiMrShadowModeArray val)
OdGiMrFinalGatheringModeArray getGiMrFinalGatheringModeArray()
OdRxPropertyVariant setTimeStampArray(OdTimeStampArray val)
OdRxPropertyVariant Assign(OdGiMaterialTraits.ChannelFlags val)
OdRxPropertyVariant setGiMrDiagnosticPhotonModeArray(OdGiMrDiagnosticPhotonModeArray val)
OdRxPropertyVariant setGePoint3dArray(OdGePoint3dArray val)
OdRxPropertyVariant setCmTransparencyArray(OdCmTransparencyArray val)
OdCmEntityColor_ColorMethodArray asCmEntityColor_ColorMethodArray()
OdGiShadowParameters_ShadowTypeArray asGiShadowParameters_ShadowTypeArray()
OdRxPropertyVariant setGiMaterialTraits_GlobalIlluminationModeArray(OdGiMaterialTraits_GlobalIlluminationModeArray val)
OdRxPropertyVariant setGiMaterialTraits_ModeArray(OdGiMaterialTraits_ModeArray val)
OdRxPropertyVariant setCmTransparency(OdCmTransparency val)
OdRxPropertyVariant(OdGiMaterialTraits.Mode val)
OdRxPropertyVariant Assign(OdGiLightAttenuation.AttenuationType val)
OdRxPropertyVariant(OdGiViewportTraits.DefaultLightingType val)
OdRxPropertyVariant setGiDrawable_DrawableTypeArray(OdGiDrawable_DrawableTypeArray val)
OdRxPropertyVariant Assign(OdGiLightingMode val)
OdGiLightingModeArray getGiLightingModeArray()
OdRxPropertyVariant setGiLightAttenuation(OdGiLightAttenuation val)
OdRxPropertyVariant Assign(OdGiMrExportMIMode val)
OdRxPropertyVariant(OdGiDgLinetypeModifiers.WidthMode val)
OdRxPropertyVariant setInt64Array(OdInt64Array val)
OdRxPropertyVariant Assign(OdCmEntityColor.Items_ColorMethod val)
OdGiToneOperatorParameters.ExteriorDaylightMode getGiToneOperatorParameters_ExteriorDaylightMode()
OdRxPropertyVariant setGiMaterialTraits_LuminanceModeArray(OdGiMaterialTraits_LuminanceModeArray val)
OdGiMrDiagnosticPhotonMode getGiMrDiagnosticPhotonMode()
OdRxPropertyVariant setGiMrDiagnosticModeArray(OdGiMrDiagnosticModeArray val)
OdRxPropertyVariant setGiMrExposureType(OdGiMrExposureType val)
OdRxPropertyVariant setGiColorRGBArray(OdGiColorRGBArray val)
OdRxPropertyVariant setUInt64Array(OdUInt64Array val)
OdRxPropertyVariant setGeQuaternionArray(OdGeQuaternionArray val)
OdGe_OdGeKnotParameterizationArray asGe_OdGeKnotParameterizationArray()
OdRxPropertyVariant(OdGiToneOperatorParameters.ExteriorDaylightMode val)
OdRxPropertyVariant setDb_LineWeightArray(OdDb_LineWeightArray val)
OdGiMaterialTraits_IlluminationModelArray getGiMaterialTraits_IlluminationModelArray()
OdRxPropertyVariant setDb_LineWeight(LineWeight val)
OdRxPropertyVariant(OdGiDrawable.DrawableType val)
OdRxPropertyVariant Assign(OdGiDgLinetypeModifiers.CornersMode val)
OdRxPropertyVariant setGeExtents2dArray(OdGeExtents2dArray val)
OdRxPropertyVariant setCmEntityColor_ColorMethodArray(OdCmEntityColor_ColorMethodArray val)
OdGiVisualStyleProperties_EdgeModelArray getGiVisualStyleProperties_EdgeModelArray()
OdRxPropertyVariant(OdGiLightAttenuation.AttenuationType val)
OdGiDgLinetypeModifiers.ShiftMode getGiDgLinetypeModifiers_ShiftMode()
OdRxPropertyVariant setGiEdgeStyle_EdgeModel(OdGiEdgeStyle.EdgeModel val)
OdRxPropertyVariant Assign(OdGiMaterialTraits.LuminanceMode val)
OdGiMaterialTraits_IlluminationModelArray asGiMaterialTraits_IlluminationModelArray()
OdGiMaterialTraits_LuminanceModeArray getGiMaterialTraits_LuminanceModeArray()
OdGiLightAttenuation_AttenuationTypeArray asGiLightAttenuation_AttenuationTypeArray()
OdRxPropertyVariant setDb_UnitsValueArray(OdDb_UnitsValueArray val)
OdGiShadowParametersArray getGiShadowParametersArray()
OdDb_LineWeightArray getDb_LineWeightArray()
OdGiShadowParametersArray asGiShadowParametersArray()
OdRxPropertyVariant setGiShadowParameters_ShadowType(OdGiShadowParameters.ShadowType val)
OdRxPropertyVariant setGiMaterialTraits_Mode(OdGiMaterialTraits.Mode val)
OdGe.OdGeKnotParameterization getGe_OdGeKnotParameterization()
OdRxPropertyVariant Assign(OdGiLightAttenuation val)
OdRxPropertyVariant(OdGiShadowParameters.ShadowType val)
OdRxPropertyVariant setGiVisualStyleProperties_EdgeModelArray(OdGiVisualStyleProperties_EdgeModelArray val)
OdRxPropertyVariant setGiMaterialTraits_ChannelFlags(OdGiMaterialTraits.ChannelFlags val)
OdRxPropertyVariant Assign(OdGiShadowParameters.ShadowType val)
OdRxPropertyVariant setGeExtents2d(OdGeExtents2d val)
OdRxPropertyVariant Assign(OdTimeStamp val)
OdRxPropertyVariant Assign(Int16 val)
OdRxPropertyVariant Assign(OdGeVector2d val)
OdRxPropertyVariant Assign(UInt64 val)
OdRxPropertyVariant(OdGiVisualStyle.Type val)
OdGiVisualStyle_TypeArray asGiVisualStyle_TypeArray()
OdRxPropertyVariant setGePoint2d(OdGePoint2d val)
OdRxPropertyVariant Assign(byte val)
OdGiMrDiagnosticPhotonModeArray getGiMrDiagnosticPhotonModeArray()
OdRxPropertyVariant(OdGiMrTileOrder val)
OdRxPropertyVariant Assign(OdGeQuaternion val)
OdRxPropertyVariant setGiMrTileOrderArray(OdGiMrTileOrderArray val)
OdRxPropertyVariant setInt64(Int64 val)
OdRxPropertyVariant setBool(bool val)
OdRxPropertyVariant setGiDgLinetypeModifiers_CornersModeArray(OdGiDgLinetypeModifiers_CornersModeArray val)
OdRxPropertyVariant setBoolArray(OdBoolArray val)
OdGiMrDiagnosticBSPMode getGiMrDiagnosticBSPMode()
OdRxPropertyVariant setGiFaceStyle_FaceColorMode(OdGiFaceStyle.FaceColorMode val)
OdRxPropertyVariant Assign(OdGiMrFinalGatheringMode val)
OdGiMrShadowModeArray asGiMrShadowModeArray()
OdRxPropertyVariant Assign(OdGeExtents2d val)
OdRxPropertyVariant setInt32(Int32 val)
OdGiFaceStyle_FaceColorModeArray getGiFaceStyle_FaceColorModeArray()
OdGiMrShadowModeArray getGiMrShadowModeArray()
OdGiMaterialTraits_FinalGatherModeArray getGiMaterialTraits_FinalGatherModeArray()
OdGiVisualStyle.Type getGiVisualStyle_Type()
OdRxPropertyVariant(OdGiMrExportMIMode val)
OdRxPropertyVariant setGiLightAttenuation_AttenuationType(OdGiLightAttenuation.AttenuationType val)
OdRxPropertyVariant setGiMrDiagnosticBSPMode(OdGiMrDiagnosticBSPMode val)
OdRxPropertyVariant(OdGiEdgeStyle.EdgeModel val)
OdRxPropertyVariant Assign(OdGePoint3d val)
OdRxPropertyVariant(OdCmEntityColor.Items_ColorMethod val)
OdRxPropertyVariant setGiMrShadowMode(OdGiMrShadowMode val)
OdRxPropertyVariant setCmEntityColor(OdCmEntityColor val)
OdRxPropertyVariant setGiMrTileOrder(OdGiMrTileOrder val)
OdRxPropertyVariant setGiShadowParameters_ExtendedLightShapeArray(OdGiShadowParameters_ExtendedLightShapeArray val)
static HandleRef getCPtr(OdRxPropertyVariant obj)
OdGiDgLinetypeModifiers_CornersModeArray asGiDgLinetypeModifiers_CornersModeArray()
OdGiMaterialTraits.LuminanceMode getGiMaterialTraits_LuminanceMode()
OdRxPropertyVariant(OdGiMrDiagnosticBSPMode val)
OdRxPropertyVariant setCmEntityColorArray(OdCmEntityColorArray val)
OdRxPropertyVariant setUInt16Array(OdUInt16Array val)
OdRxPropertyVariant setString(String val)
OdRxPropertyVariant Assign(OdGiDgLinetypeModifiers.ShiftMode val)
OdGiMaterialTraits_FinalGatherModeArray asGiMaterialTraits_FinalGatherModeArray()
OdRxPropertyVariant setGeMatrix3d(OdGeMatrix3d val)
OdRxPropertyVariant Assign(OdGiMrDiagnosticBSPMode val)
OdGeQuaternionArray asGeQuaternionArray()
OdGiLightAttenuationArray asGiLightAttenuationArray()
OdGiMaterialTraits_ModeArray asGiMaterialTraits_ModeArray()
OdRxPropertyVariant(OdGiMrFinalGatheringMode val)
OdGiDrawable_DrawableTypeArray getGiDrawable_DrawableTypeArray()
OdRxPropertyVariant Assign(double val)
OdRxPropertyVariant setGiMrDiagnosticMode(OdGiMrDiagnosticMode val)
OdRxPropertyVariant setGeMatrix2dArray(OdGeMatrix2dArray val)
OdRxPropertyVariant setGeVector3d(OdGeVector3d val)
OdRxPropertyVariant setUInt8(byte val)
OdGiShadowParameters_ExtendedLightShapeArray asGiShadowParameters_ExtendedLightShapeArray()
OdGiMaterialTraits_ChannelFlagsArray getGiMaterialTraits_ChannelFlagsArray()
OdRxPropertyVariant Assign(OdGiEdgeStyle.EdgeModel val)
OdGiMaterialTraits.FinalGatherMode getGiMaterialTraits_FinalGatherMode()
OdRxPropertyVariant setInt16(Int16 val)
static HandleRef getCPtr(OdStringArray obj)
static HandleRef getCPtr(OdTimeStampArray obj)
static HandleRef getCPtr(OdTimeStamp obj)
Definition: OdTimeStamp.cs:26
static HandleRef getCPtr(OdUInt16Array obj)
static HandleRef getCPtr(OdUInt32Array obj)
static HandleRef getCPtr(OdUInt64Array obj)
static HandleRef getCPtr(OdUInt8Array obj)
Definition: OdUInt8Array.cs:28