Extended .NET SDK Documentation 2025 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 pData) {
96 GlobalsPINVOKE.OdRxPropertyVariant_TypeFactory_construct(swigCPtr, pData /*SIMPLETYPE*/);
98 }
99
100 public virtual void destroy(IntPtr 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
121
122 public int varType() {
125 return ret;
126 }
127
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 val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_4(val /*SIMPLETYPE*/), true) {
152 }
153
154 public OdRxPropertyVariant(byte val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_5(val /*SIMPLETYPE*/), true) {
156 }
157
158 public OdRxPropertyVariant(Int16 val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_6(val /*SIMPLETYPE*/), true) {
160 }
161
162 public OdRxPropertyVariant(UInt16 val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_7(val /*SIMPLETYPE*/), true) {
164 }
165
166 public OdRxPropertyVariant(Int32 val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_8(val /*SIMPLETYPE*/), true) {
168 }
169
170 public OdRxPropertyVariant(UInt32 val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_9(val /*SIMPLETYPE*/), true) {
172 }
173
174 public OdRxPropertyVariant(Int64 val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_10(val /*SIMPLETYPE*/), true) {
176 }
177
178 public OdRxPropertyVariant(UInt64 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
197
198 public OdRxPropertyVariant(OdGeVector3d val) : this(GlobalsPINVOKE.new_OdRxPropertyVariant__SWIG_16(OdGeVector3d.getCPtr(val)), true) {
200 }
201
205
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
237
241
245
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
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
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
393
399
405
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
465
471
477
483
489
495
501
507
513
519
525
531
537
543
549
555
561
567
573
579
585
591
597
603
609
615
621
627
633
639
645
651
657
663
669
675
681
687
693
699
705
711
717
723
729
735
741
747
753
759
765
771
777
783
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
872
878
884
890
896
902
908
914
920
926
932
938
944
950
956
962
968
974
980
986
992
998
1004
1010
1016
1022
1028
1034
1040
1046
1052
1058
1064
1070
1076
1082
1088
1094
1100
1106
1112
1118
1124
1130
1136
1142
1148
1154
1160
1166
1172
1178
1186
1188// csout array
1190
1192 return res;
1193}
1194
1196// csout array
1198
1200 return res;
1201}
1202
1204// csout array
1206
1208 return res;
1209}
1210
1212// csout array
1214
1216 return res;
1217}
1218
1226
1228// csout array
1230
1232 return res;
1233}
1234
1242
1244// csout array
1246
1248 return res;
1249}
1250
1258
1266
1274
1282
1290
1298
1306
1314
1322
1330
1338
1346
1354
1362
1370
1378
1386
1394
1402
1410
1418
1426
1434
1442
1450
1458
1466
1474
1482
1490
1498
1506
1514
1522
1530
1538
1546
1554
1562
1570
1578
1586
1594
1602
1610
1618
1626
1634
1642
1650
1658
1666
1674
1682
1690
1692// csout array
1694
1696 return res;
1697}
1698
1700// csout array
1702
1704 return res;
1705}
1706
1708// csout array
1710
1712 return res;
1713}
1714
1716// csout array
1718
1720 return res;
1721}
1722
1730
1732// csout array
1734
1736 return res;
1737}
1738
1746
1748// csout array
1750
1752 return res;
1753}
1754
1762
1770
1778
1786
1794
1802
1810
1818
1826
1834
1842
1850
1858
1866
1874
1882
1890
1898
1906
1914
1922
1930
1938
1946
1954
1962
1970
1978
1986
1994
2002
2010
2018
2026
2034
2042
2050
2058
2066
2074
2082
2090
2098
2106
2114
2122
2130
2138
2146
2154
2162
2170
2178
2186
2192
2198
2204
2205 public OdRxPropertyVariant setInt8(sbyte val) {
2206 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt8(swigCPtr, val /*SIMPLETYPE*/), false);
2208 return ret;
2209 }
2210
2216
2217 public OdRxPropertyVariant setInt16(Int16 val) {
2218 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt16(swigCPtr, val /*SIMPLETYPE*/), false);
2220 return ret;
2221 }
2222
2228
2229 public OdRxPropertyVariant setInt32(Int32 val) {
2230 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt32(swigCPtr, val /*SIMPLETYPE*/), false);
2232 return ret;
2233 }
2234
2240
2241 public OdRxPropertyVariant setInt64(Int64 val) {
2242 OdRxPropertyVariant ret = new OdRxPropertyVariant(GlobalsPINVOKE.OdRxPropertyVariant_setInt64(swigCPtr, val /*SIMPLETYPE*/), false);
2244 return ret;
2245 }
2246
2252
2258
2264
2270
2276
2282
2288
2294
2300
2306
2312
2318
2324
2330
2336
2342
2348
2354
2360
2366
2372
2378
2384
2390
2396
2402
2408
2414
2420
2426
2432
2438
2444
2450
2456
2462
2468
2474
2480
2486
2492
2498
2504
2510
2516
2522
2528
2534
2540
2546
2552
2558
2564
2570
2576
2582
2588
2594
2600
2606
2612
2618
2624
2630
2636
2642
2648
2654
2660
2666
2672
2678
2684
2690
2696
2702
2708
2714
2720
2726
2732
2738
2744
2750
2756
2762
2768
2774
2780
2786
2792
2798
2804
2810
2816
2822
2828
2834
2840
2846
2852
2858
2864
2870
2876
2882
2888
2894
2900
2906
2912
2918
2924
2930
2936
2942
2948
2954
2960
2961}
2962
2963}
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)
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:277
static HandleRef getCPtr(OdGeMatrix2dArray obj)
static HandleRef getCPtr(OdGeMatrix2d obj)
static HandleRef getCPtr(OdGeMatrix3dArray obj)
static HandleRef getCPtr(OdGeMatrix3d obj)
static HandleRef getCPtr(OdGePoint2dArray obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePoint3dArray obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeQuaternionArray obj)
static HandleRef getCPtr(OdGeQuaternion obj)
static HandleRef getCPtr(OdGeScale3dArray obj)
static HandleRef getCPtr(OdGeScale3d obj)
static HandleRef getCPtr(OdGeVector2dArray obj)
static HandleRef getCPtr(OdGeVector2d obj)
static HandleRef getCPtr(OdGeVector3dArray obj)
static HandleRef getCPtr(OdGeVector3d obj)
static HandleRef getCPtr(OdGiColorRGBArray obj)
static HandleRef getCPtr(OdGiColorRGB obj)
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)
static HandleRef getCPtr(OdInt32Array obj)
static HandleRef getCPtr(OdInt64Array obj)
static HandleRef getCPtr(OdInt8Array obj)
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()
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()
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()
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)
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)
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 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)
static HandleRef getCPtr(OdUInt16Array obj)
static HandleRef getCPtr(OdUInt32Array obj)
static HandleRef getCPtr(OdUInt64Array obj)
static HandleRef getCPtr(OdUInt8Array obj)