Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdDgECPropertyInstance.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdDgECPropertyInstance : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public OdDgECPropertyInstance(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(OdDgECPropertyInstance obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public OdDgECPropertyInstance() : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_0(), true) {
54 }
55
59
60 public OdDgECPropertyInstance(String strName, bool bValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_2(strName, bValue), true) {
62 }
63
64 public OdDgECPropertyInstance(String strName, OdBoolValuesArray arrBoolValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_3(strName, OdBoolValuesArray.getCPtr(arrBoolValue)), true) {
66 }
67
68 public OdDgECPropertyInstance(String strName, sbyte iValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_4(strName, iValue /*SIMPLETYPE*/), true) {
70 }
71
72 public OdDgECPropertyInstance(String strName, OdSignedCharArray arrByteValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_5(strName, OdSignedCharArray.getCPtr(arrByteValue)), true) {
74 }
75
76 public OdDgECPropertyInstance(String strName, Int16 iValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_6(strName, iValue /*SIMPLETYPE*/), true) {
78 }
79
80 public OdDgECPropertyInstance(String strName, OdShortArray arrShortValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_7(strName, OdShortArray.getCPtr(arrShortValue)), true) {
82 }
83
84 public OdDgECPropertyInstance(String strName, Int32 iValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_8(strName, iValue /*SIMPLETYPE*/), true) {
86 }
87
88 public OdDgECPropertyInstance(String strName, OdLongArray arrIntValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_9(strName, OdLongArray.getCPtr(arrIntValue)), true) {
90 }
91
92 public OdDgECPropertyInstance(String strName, Int64 iValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_10(strName, iValue /*SIMPLETYPE*/), true) {
94 }
95
96 public OdDgECPropertyInstance(String strName, OdInt64ValuesArray arrInt64Value) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_11(strName, OdInt64ValuesArray.getCPtr(arrInt64Value)), true) {
98 }
99
100 public OdDgECPropertyInstance(String strName, byte uValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_12(strName, uValue /*SIMPLETYPE*/), true) {
102 }
103
104 public OdDgECPropertyInstance(String strName, OdUnsignedCharArray arrUByteValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_13(strName, OdUnsignedCharArray.getCPtr(arrUByteValue)), true) {
106 }
107
108 public OdDgECPropertyInstance(String strName, UInt16 uValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_14(strName, uValue /*SIMPLETYPE*/), true) {
110 }
111
112 public OdDgECPropertyInstance(String strName, OdUInt16ValuesArray arrUShortValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_15(strName, OdUInt16ValuesArray.getCPtr(arrUShortValue)), true) {
114 }
115
116 public OdDgECPropertyInstance(String strName, UInt32 uValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_16(strName, uValue /*SIMPLETYPE*/), true) {
118 }
119
120 public OdDgECPropertyInstance(String strName, OdUInt32ValuesArray arrUIntValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_17(strName, OdUInt32ValuesArray.getCPtr(arrUIntValue)), true) {
122 }
123
124 public OdDgECPropertyInstance(String strName, UInt64 uValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_18(strName, uValue /*SIMPLETYPE*/), true) {
126 }
127
128 public OdDgECPropertyInstance(String strName, OdUInt64ValuesArray arrUInt64Value) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_19(strName, OdUInt64ValuesArray.getCPtr(arrUInt64Value)), true) {
130 }
131
132 public OdDgECPropertyInstance(String strName, double dValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_20(strName, dValue), true) {
134 }
135
136 public OdDgECPropertyInstance(String strName, OdDoubleValuesArray arrDoubleValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_21(strName, OdDoubleValuesArray.getCPtr(arrDoubleValue)), true) {
138 }
139
140 public OdDgECPropertyInstance(String strName, String strValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_22(strName, strValue), true) {
142 }
143
144 public OdDgECPropertyInstance(String strName, OdStringArray arrStrValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_23(strName, OdStringArray.getCPtr(arrStrValue)), true) {
146 }
147
148 public OdDgECPropertyInstance(String strName, OdGePoint3d ptValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_24(strName, OdGePoint3d.getCPtr(ptValue)), true) {
150 }
151
152 public OdDgECPropertyInstance(String strName, OdGePoint3dArraySt arrPt3dValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_25(strName, OdGePoint3dArraySt.getCPtr(arrPt3dValue)), true) {
154 }
155
156 public OdDgECPropertyInstance(String strName, OdTimeStamp timeValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_26(strName, OdTimeStamp.getCPtr(timeValue)), true) {
158 }
159
160 public OdDgECPropertyInstance(String strName, OdTimeStampArray arrDateTimeValue) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_27(strName, OdTimeStampArray.getCPtr(arrDateTimeValue)), true) {
162 }
163
164 public OdDgECPropertyInstance(String strName, OdBinaryData binData) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_28(strName, OdBinaryData.getCPtr(binData).Handle), true) {
166 }
167
168 public OdDgECPropertyInstance(String strName, OdBinaryDataArray arrBinData) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_29(strName, OdBinaryDataArray.getCPtr(arrBinData)), true) {
170 }
171
172 public OdDgECPropertyInstance(String strName, OdDgECClassInstance classProperty) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_30(strName, OdDgECClassInstance.getCPtr(classProperty)), true) {
174 }
175
176 public OdDgECPropertyInstance(String strName, OdDgECClassInstancePtrArray arrClassProperty) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_31(strName, OdDgECClassInstancePtrArray.getCPtr(arrClassProperty)), true) {
178 }
179
185
191
197
202
207
213
219
224
230
235
236 public sbyte getByteValue() {
237// test csout
238 /*SIMPLETYPE*/
241 return ret;
242 }
243
244 public void setByteValue(sbyte iValue) {
245 TG_DbPINVOKE.OdDgECPropertyInstance_setByteValue(swigCPtr, iValue /*SIMPLETYPE*/);
247 }
248
254
259
265
270
276
281
282 public Int16 getShortValue() {
283// test csout
284 /*SIMPLETYPE*/
287 return ret;
288 }
289
290 public void setShortValue(Int16 iValue) {
291 TG_DbPINVOKE.OdDgECPropertyInstance_setShortValue(swigCPtr, iValue /*SIMPLETYPE*/);
293 }
294
300
305
306 public Int32 getIntValue() {
307// test csout
308 /*SIMPLETYPE*/
311 return ret;
312 }
313
314 public void setIntValue(Int32 iValue) {
315 TG_DbPINVOKE.OdDgECPropertyInstance_setIntValue(swigCPtr, iValue /*SIMPLETYPE*/);
317 }
318
324
329
330 public Int64 getInt64Value() {
331// test csout
332 /*SIMPLETYPE*/
335 return ret;
336 }
337
338 public void setInt64Value(Int64 iValue) {
339 TG_DbPINVOKE.OdDgECPropertyInstance_setInt64Value(swigCPtr, iValue /*SIMPLETYPE*/);
341 }
342
348
353
354 public byte getUByteValue() {
355// test csout
356 /*SIMPLETYPE*/
359 return ret;
360 }
361
362 public void setUByteValue(byte uValue) {
363 TG_DbPINVOKE.OdDgECPropertyInstance_setUByteValue(swigCPtr, uValue /*SIMPLETYPE*/);
365 }
366
372
377
378 public UInt16 getUShortValue() {
379// test csout
380 /*SIMPLETYPE*/
383 return ret;
384 }
385
386 public void setUShortValue(UInt16 uValue) {
387 TG_DbPINVOKE.OdDgECPropertyInstance_setUShortValue(swigCPtr, uValue /*SIMPLETYPE*/);
389 }
390
396
401
402 public UInt32 getUIntValue() {
403// test csout
404 /*SIMPLETYPE*/
407 return ret;
408 }
409
410 public void setUIntValue(UInt32 uValue) {
411 TG_DbPINVOKE.OdDgECPropertyInstance_setUIntValue(swigCPtr, uValue /*SIMPLETYPE*/);
413 }
414
420
425
426 public UInt64 getUInt64Value() {
427// test csout
428 /*SIMPLETYPE*/
431 return ret;
432 }
433
434 public void setUInt64Value(UInt64 uValue) {
435 TG_DbPINVOKE.OdDgECPropertyInstance_setUInt64Value(swigCPtr, uValue /*SIMPLETYPE*/);
437 }
438
444
449
455
460
466
471
477
482
488
493
499
504
510
515
521
526
532
537
538 public OdDgECClassInstance getClassInstanceValue() {// OdDgECClassInstancePtr
539 MemoryManager mMan = MemoryManager.GetMemoryManager();
540 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
542
543 OdDgECClassInstance ret = null;
544 if (null != mTrans)
545 {
546 mTrans.AddObject((OdDgECClassInstance)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgECClassInstance),ptr, true));
547 ret = (OdDgECClassInstance)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgECClassInstance),ptr, false);
548 }
549 else
550 {
551 ret = (OdDgECClassInstance)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgECClassInstance),ptr, true);
552 }
553
555 return ret;
556}
557
562
568
573
574 public bool isEqualTo(OdDgECPropertyInstance val2, bool bCompareNames) {
577 return ret;
578 }
579
585
591
593 kUndefined = 0,
594 kBool = 1,
595 kBoolArray = 2,
596 kByte = 3,
597 kByteArray = 4,
598 kShort = 5,
599 kShortArray = 6,
600 kInt32 = 7,
601 kInt32Array = 8,
602 kInt64 = 9,
603 kInt64Array = 10,
604 kDouble = 11,
605 kDoubleArray = 12,
606 kString = 13,
607 kStringArray = 14,
608 kPoint3d = 15,
609 kPoint3dArray = 16,
610 kDateAndTime = 17,
611 kDateTimeArray = 18,
612 kBinary = 19,
613 kBinaryArray = 20,
614 kECClassInstance = 21,
616 }
617
618}
619
620}
static HandleRef getCPtr(OdBinaryDataArray obj)
static HandleRef getCPtr(OdBinaryData obj)
static HandleRef getCPtr(OdBoolValuesArray obj)
static HandleRef getCPtr(OdDoubleValuesArray obj)
static HandleRef getCPtr(OdGePoint3dArraySt obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdInt64ValuesArray obj)
static HandleRef getCPtr(OdLongArray obj)
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
static HandleRef getCPtr(OdShortArray obj)
static HandleRef getCPtr(OdSignedCharArray obj)
static HandleRef getCPtr(OdStringArray obj)
static HandleRef getCPtr(OdTimeStampArray obj)
static HandleRef getCPtr(OdTimeStamp obj)
static HandleRef getCPtr(OdUInt16ValuesArray obj)
static HandleRef getCPtr(OdUInt32ValuesArray obj)
static HandleRef getCPtr(OdUInt64ValuesArray obj)
static HandleRef getCPtr(OdUnsignedCharArray obj)
static HandleRef getCPtr(OdDgDatabase obj)
static HandleRef getCPtr(OdDgECClassInstance obj)
static HandleRef getCPtr(OdDgECClassInstancePtrArray obj)
OdDgECPropertyInstance(String strName, OdUInt64ValuesArray arrUInt64Value)
void setDoubleArrayValue(OdDoubleValuesArray arrDoubleValue)
void setUShortArrayValue(OdUInt16ValuesArray arrUShortValue)
OdDgECPropertyInstance(String strName, Int16 iValue)
void setInt64ArrayValue(OdInt64ValuesArray arrInt64Value)
virtual void Dispose(bool disposing)
OdDgECPropertyInstance(String strName, OdShortArray arrShortValue)
OdDgECPropertyInstance(String strName, UInt32 uValue)
OdDgECPropertyInstance(String strName, OdTimeStamp timeValue)
void setShortArrayValue(OdShortArray arrShortValue)
void setStringArrayValue(OdStringArray arrStringValue)
OdDgECPropertyInstance(String strName, UInt64 uValue)
OdDgECPropertyInstance(String strName, sbyte iValue)
bool isEqualTo(OdDgECPropertyInstance val2)
OdDgECPropertyInstance(String strName, OdUInt32ValuesArray arrUIntValue)
bool isEqualTo(OdDgECPropertyInstance val2, bool bCompareNames)
static HandleRef getCPtr(OdDgECPropertyInstance obj)
OdDgECPropertyInstance(String strName, Int32 iValue)
OdDgECPropertyInstance(String strName, OdGePoint3d ptValue)
void setBoolArrayValue(OdBoolValuesArray arrBoolValue)
OdDgECPropertyInstance(String strName, OdDgECClassInstancePtrArray arrClassProperty)
OdDgECPropertyInstance(String strName, String strValue)
OdDgECPropertyInstance(String strName, OdStringArray arrStrValue)
OdDgECPropertyInstance(String strName, OdGePoint3dArraySt arrPt3dValue)
void setClassInstanceValue(OdDgECClassInstance classProperty)
void setClassInstanceArrayValue(OdDgECClassInstancePtrArray arrClassInstance)
void setDateTimeValue(OdTimeStamp timeValue)
OdDgECPropertyInstance(String strName, OdBoolValuesArray arrBoolValue)
void setPoint3dArrayValue(OdGePoint3dArraySt arrPoint3dValue)
OdDgECPropertyInstance(String strName, OdUnsignedCharArray arrUByteValue)
OdDgECPropertyInstance(String strName, UInt16 uValue)
void setBinaryArrayValue(OdBinaryDataArray arrBinValue)
void setBinaryValue(OdBinaryData binValue)
void setUInt64ArrayValue(OdUInt64ValuesArray arrUInt64Value)
OdDgECPropertyInstance(String strName, Int64 iValue)
OdDgECPropertyInstance(String strName, double dValue)
void setPoint3dValue(OdGePoint3d ptValue)
void setIntArrayValue(OdLongArray arrIntValue)
void setUByteArrayValue(OdUnsignedCharArray arrUByteValue)
OdDgECPropertyInstance(String strName, OdBinaryDataArray arrBinData)
OdDgECPropertyInstance(String strName, OdSignedCharArray arrByteValue)
OdDgECPropertyInstance(OdDgECPropertyInstance obj)
OdDgECPropertyInstance(String strName, OdUInt16ValuesArray arrUShortValue)
void setUIntArrayValue(OdUInt32ValuesArray arrUIntValue)
OdDgECPropertyInstance(String strName, OdInt64ValuesArray arrInt64Value)
OdDgECPropertyInstance(String strName, bool bValue)
OdDgECPropertyInstance.OdDgECPropertyInstanceType getType()
OdDgECPropertyInstance(String strName, OdDgECClassInstance classProperty)
OdDgECPropertyInstance(String strName, OdLongArray arrIntValue)
void setByDefault(OdRxObject pProperty, OdDgDatabase pDb)
OdDgECPropertyInstance(IntPtr cPtr, bool cMemoryOwn)
OdDgECPropertyInstance(String strName, OdDoubleValuesArray arrDoubleValue)
void setDateTimeArrayValue(OdTimeStampArray arrDateTimeValue)
OdDgECPropertyInstance(String strName, OdTimeStampArray arrDateTimeValue)
void setByteArrayValue(OdSignedCharArray arrByteValue)
OdDgECPropertyInstance(String strName, OdBinaryData binData)
OdDgECPropertyInstance(String strName, byte uValue)
OdDgECClassInstancePtrArray getClassInstanceArrayValue()
OdDgECPropertyInstance Assign(OdDgECPropertyInstance obj)
static global::System.Exception Retrieve()
static global::System.IntPtr OdDgECPropertyInstance_getUIntArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static sbyte OdDgECPropertyInstance_getByteValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setShortArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgECPropertyInstance_getBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setUShortArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgECPropertyInstance_isEqualTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getStringArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getPoint3dArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getByteArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setUByteArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getDoubleArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static Int64 OdDgECPropertyInstance_getInt64Value(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getUShortArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setUIntArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgECPropertyInstance_setUShortValue(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static String OdDgECPropertyInstance_getName(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setIntArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgECPropertyInstance_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgECPropertyInstance_setDateTimeValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getDateTimeValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDgECPropertyInstance_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdDgECPropertyInstance_getStringValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static byte OdDgECPropertyInstance_getUByteValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getShortArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdDgECPropertyInstance_getShortValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDgECPropertyInstance(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setDoubleArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getBinaryArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setByteValue(global::System.Runtime.InteropServices.HandleRef jarg1, sbyte jarg2)
static double OdDgECPropertyInstance_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getBinaryValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getUByteArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setBoolArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgECPropertyInstance_setClassInstanceArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getPoint3dValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getBoolArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setUInt64Value(global::System.Runtime.InteropServices.HandleRef jarg1, UInt64 jarg2)
static bool OdDgECPropertyInstance_isEqualTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static String OdDgECPropertyInstance_getDisplayName(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getUInt64ArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setClassInstanceValue(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static UInt32 OdDgECPropertyInstance_getUIntValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgECPropertyInstance_isUndefined(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getIntArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 OdDgECPropertyInstance_getIntValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setInt64Value(global::System.Runtime.InteropServices.HandleRef jarg1, Int64 jarg2)
static void OdDgECPropertyInstance_setStringArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt16 OdDgECPropertyInstance_getUShortValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setUByteValue(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void OdDgECPropertyInstance_setByDefault(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static int OdDgECPropertyInstance_getType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setUIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdDgECPropertyInstance_setByteArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt64 OdDgECPropertyInstance_getUInt64Value(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setBinaryArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgECPropertyInstance_setPoint3dValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getInt64ArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgECPropertyInstance_getDateTimeArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setBinaryValue(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void OdDgECPropertyInstance_setInt64ArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgECPropertyInstance_setShortValue(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static IntPtr OdDgECPropertyInstance_getClassInstanceValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setStringValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgECPropertyInstance_setDateTimeArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDgECPropertyInstance_getClassInstanceArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgECPropertyInstance_setIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void OdDgECPropertyInstance_setUInt64ArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgECPropertyInstance_setPoint3dArrayValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)