Extended .NET SDK Documentation 2024 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
56 public OdDgECPropertyInstance(OdDgECPropertyInstance obj) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_1(OdDgECPropertyInstance.getCPtr(obj)), true) {
58 }
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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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 /*SIMPLETYPE*/ 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, SWIGTYPE_p_OdArrayT_OdBinaryData_t arrBinData) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_29(strName, SWIGTYPE_p_OdArrayT_OdBinaryData_t.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, SWIGTYPE_p_OdArrayT_OdSmartPtrT_OdDgECClassInstance_t_t arrClassProperty) : this(TG_DbPINVOKE.new_OdDgECPropertyInstance__SWIG_31(strName, SWIGTYPE_p_OdArrayT_OdSmartPtrT_OdDgECClassInstance_t_t.getCPtr(arrClassProperty)), true) {
178 }
179
180 public bool isUndefined() {
183 return ret;
184 }
185
186 public String getName() {
187 string ret = TG_DbPINVOKE.OdDgECPropertyInstance_getName(swigCPtr);
189 return ret;
190}
191
192 public void setName(String strName) {
195 }
196
197 public void setByDefault(OdRxObject pProperty, OdDgDatabase pDb) {
200 }
201
205 return ret;
206 }
207
208 public bool getBoolValue() {
211 return ret;
212 }
213
214 public void setBoolValue(bool bValue) {
217 }
218
222 return ret;
223 }
224
225 public void setBoolArrayValue(OdBoolValuesArray arrBoolValue) {
228 }
229
230 public sbyte getByteValue() {
231// test csout
232 /*SIMPLETYPE*/
235 return ret;
236 }
237
238 public void setByteValue(sbyte /*SIMPLETYPE*/ iValue) {
239 TG_DbPINVOKE.OdDgECPropertyInstance_setByteValue(swigCPtr, iValue /*SIMPLETYPE*/);
241 }
242
246 return ret;
247 }
248
249 public void setByteArrayValue(OdSignedCharArray arrByteValue) {
252 }
253
257 return ret;
258 }
259
260 public void setBinaryValue(OdBinaryData binValue) {
263 }
264
268 return ret;
269 }
270
274 }
275
276 public Int16 getShortValue() {
277// test csout
278 /*SIMPLETYPE*/
281 return ret;
282 }
283
284 public void setShortValue(Int16 /*SIMPLETYPE*/ iValue) {
285 TG_DbPINVOKE.OdDgECPropertyInstance_setShortValue(swigCPtr, iValue /*SIMPLETYPE*/);
287 }
288
292 return ret;
293 }
294
295 public void setShortArrayValue(OdShortArray arrShortValue) {
298 }
299
300 public Int32 getIntValue() {
301// test csout
302 /*SIMPLETYPE*/
305 return ret;
306 }
307
308 public void setIntValue(Int32 /*SIMPLETYPE*/ iValue) {
309 TG_DbPINVOKE.OdDgECPropertyInstance_setIntValue(swigCPtr, iValue /*SIMPLETYPE*/);
311 }
312
316 return ret;
317 }
318
319 public void setIntArrayValue(OdLongArray arrIntValue) {
322 }
323
324 public Int64 getInt64Value() {
325// test csout
326 /*SIMPLETYPE*/
329 return ret;
330 }
331
332 public void setInt64Value(Int64 /*SIMPLETYPE*/ iValue) {
333 TG_DbPINVOKE.OdDgECPropertyInstance_setInt64Value(swigCPtr, iValue /*SIMPLETYPE*/);
335 }
336
340 return ret;
341 }
342
343 public void setInt64ArrayValue(OdInt64ValuesArray arrInt64Value) {
346 }
347
348 public byte getUByteValue() {
349// test csout
350 /*SIMPLETYPE*/
353 return ret;
354 }
355
356 public void setUByteValue(byte /*SIMPLETYPE*/ uValue) {
357 TG_DbPINVOKE.OdDgECPropertyInstance_setUByteValue(swigCPtr, uValue /*SIMPLETYPE*/);
359 }
360
364 return ret;
365 }
366
367 public void setUByteArrayValue(OdUnsignedCharArray arrUByteValue) {
370 }
371
372 public UInt16 getUShortValue() {
373// test csout
374 /*SIMPLETYPE*/
377 return ret;
378 }
379
380 public void setUShortValue(UInt16 /*SIMPLETYPE*/ uValue) {
381 TG_DbPINVOKE.OdDgECPropertyInstance_setUShortValue(swigCPtr, uValue /*SIMPLETYPE*/);
383 }
384
388 return ret;
389 }
390
391 public void setUShortArrayValue(OdUInt16ValuesArray arrUShortValue) {
394 }
395
396 public UInt32 getUIntValue() {
397// test csout
398 /*SIMPLETYPE*/
401 return ret;
402 }
403
404 public void setUIntValue(UInt32 /*SIMPLETYPE*/ uValue) {
405 TG_DbPINVOKE.OdDgECPropertyInstance_setUIntValue(swigCPtr, uValue /*SIMPLETYPE*/);
407 }
408
412 return ret;
413 }
414
415 public void setUIntArrayValue(OdUInt32ValuesArray arrUIntValue) {
418 }
419
420 public UInt64 getUInt64Value() {
421// test csout
422 /*SIMPLETYPE*/
425 return ret;
426 }
427
428 public void setUInt64Value(UInt64 /*SIMPLETYPE*/ uValue) {
429 TG_DbPINVOKE.OdDgECPropertyInstance_setUInt64Value(swigCPtr, uValue /*SIMPLETYPE*/);
431 }
432
436 return ret;
437 }
438
439 public void setUInt64ArrayValue(OdUInt64ValuesArray arrUInt64Value) {
442 }
443
444 public double getDoubleValue() {
447 return ret;
448 }
449
450 public void setDoubleValue(double dValue) {
453 }
454
458 return ret;
459 }
460
461 public void setDoubleArrayValue(OdDoubleValuesArray arrDoubleValue) {
464 }
465
469 return ret;
470}
471
472 public void setStringValue(String strValue) {
475 }
476
480 return ret;
481 }
482
483 public void setStringArrayValue(OdStringArray arrStringValue) {
486 }
487
491 return ret;
492 }
493
494 public void setPoint3dValue(OdGePoint3d ptValue) {
497 }
498
502 return ret;
503 }
504
505 public void setPoint3dArrayValue(OdGePoint3dArraySt arrPoint3dValue) {
508 }
509
513 return ret;
514 }
515
516 public void setDateTimeValue(OdTimeStamp timeValue) {
519 }
520
524 return ret;
525 }
526
527 public void setDateTimeArrayValue(OdTimeStampArray arrDateTimeValue) {
530 }
531
532 public OdDgECClassInstance getClassInstanceValue() {// OdDgECClassInstancePtr
533 MemoryManager mMan = MemoryManager.GetMemoryManager();
534 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
536
537 OdDgECClassInstance ret = null;
538 if (null != mTrans)
539 {
540 mTrans.AddObject((OdDgECClassInstance)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgECClassInstance),ptr, true));
541 ret = (OdDgECClassInstance)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgECClassInstance),ptr, false);
542 }
543 else
544 {
545 ret = (OdDgECClassInstance)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgECClassInstance),ptr, true);
546 }
547
549 return ret;
550}
551
552 public void setClassInstanceValue(OdDgECClassInstance classProperty) {
555 }
556
560 return ret;
561 }
562
566 }
567
568 public bool isEqualTo(OdDgECPropertyInstance val2, bool bCompareNames) {
571 return ret;
572 }
573
577 return ret;
578 }
579
583 return ret;
584 }
585
587 kUndefined = 0,
588 kBool = 1,
589 kBoolArray = 2,
590 kByte = 3,
591 kByteArray = 4,
592 kShort = 5,
593 kShortArray = 6,
594 kInt32 = 7,
595 kInt32Array = 8,
596 kInt64 = 9,
597 kInt64Array = 10,
598 kDouble = 11,
599 kDoubleArray = 12,
600 kString = 13,
601 kStringArray = 14,
602 kPoint3d = 15,
603 kPoint3dArray = 16,
604 kDateAndTime = 17,
605 kDateTimeArray = 18,
606 kBinary = 19,
607 kBinaryArray = 20,
608 kECClassInstance = 21,
610 }
611
612}
613
614}
static HandleRef getCPtr(OdBinaryData obj)
Definition: OdBinaryData.cs:25
static HandleRef getCPtr(OdBoolValuesArray obj)
static HandleRef getCPtr(OdDoubleValuesArray obj)
static HandleRef getCPtr(OdGePoint3dArraySt obj)
static HandleRef getCPtr(OdGePoint3d obj)
Definition: OdGePoint3d.cs:26
static HandleRef getCPtr(OdInt64ValuesArray obj)
static HandleRef getCPtr(OdLongArray obj)
Definition: OdLongArray.cs:28
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdShortArray obj)
Definition: OdShortArray.cs:28
static HandleRef getCPtr(OdSignedCharArray obj)
static HandleRef getCPtr(OdStringArray obj)
static HandleRef getCPtr(OdTimeStampArray obj)
static HandleRef getCPtr(OdTimeStamp obj)
Definition: OdTimeStamp.cs:26
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)
Definition: OdDgDatabase.cs:26
static HandleRef getCPtr(OdDgECClassInstance 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)
SWIGTYPE_p_OdArrayT_OdBinaryData_t getBinaryArrayValue()
OdDgECPropertyInstance(String strName, OdTimeStamp timeValue)
void setShortArrayValue(OdShortArray arrShortValue)
void setStringArrayValue(OdStringArray arrStringValue)
OdDgECPropertyInstance(String strName, UInt64 uValue)
void setClassInstanceArrayValue(SWIGTYPE_p_OdArrayT_OdSmartPtrT_OdDgECClassInstance_t_t arrClassInstance)
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 setBinaryArrayValue(SWIGTYPE_p_OdArrayT_OdBinaryData_t arrBinValue)
void setBoolArrayValue(OdBoolValuesArray arrBoolValue)
OdDgECPropertyInstance(String strName, String strValue)
OdDgECPropertyInstance(String strName, OdStringArray arrStrValue)
OdDgECPropertyInstance(String strName, OdGePoint3dArraySt arrPt3dValue)
void setClassInstanceValue(OdDgECClassInstance classProperty)
SWIGTYPE_p_OdArrayT_OdSmartPtrT_OdDgECClassInstance_t_t getClassInstanceArrayValue()
void setDateTimeValue(OdTimeStamp timeValue)
OdDgECPropertyInstance(String strName, OdBoolValuesArray arrBoolValue)
void setPoint3dArrayValue(OdGePoint3dArraySt arrPoint3dValue)
OdDgECPropertyInstance(String strName, OdUnsignedCharArray arrUByteValue)
OdDgECPropertyInstance(String strName, UInt16 uValue)
void setBinaryValue(OdBinaryData binValue)
void setUInt64ArrayValue(OdUInt64ValuesArray arrUInt64Value)
OdDgECPropertyInstance(String strName, Int64 iValue)
OdDgECPropertyInstance(String strName, SWIGTYPE_p_OdArrayT_OdSmartPtrT_OdDgECClassInstance_t_t arrClassProperty)
OdDgECPropertyInstance(String strName, double dValue)
void setPoint3dValue(OdGePoint3d ptValue)
void setIntArrayValue(OdLongArray arrIntValue)
void setUByteArrayValue(OdUnsignedCharArray arrUByteValue)
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, SWIGTYPE_p_OdArrayT_OdBinaryData_t arrBinData)
OdDgECPropertyInstance(String strName, OdBinaryData binData)
OdDgECPropertyInstance(String strName, byte uValue)
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 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)