14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
43 MemoryManager mMan = MemoryManager.GetMemoryManager();
44 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
84 MemoryManager mMan = MemoryManager.GetMemoryManager();
85 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static int OdRxIndexedProperty_getValue(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdRxIndexedProperty_createObject()
static int OdRxIndexedProperty_setValue(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdRxIndexedProperty_cast(HandleRef jarg1)
static void delete_OdRxIndexedProperty(HandleRef jarg1)
static string OdRxIndexedProperty_getRealClassName(IntPtr jarg1)
static IntPtr OdRxIndexedProperty_desc()
static int OdRxIndexedProperty_removeValue(HandleRef jarg1, HandleRef jarg2, int jarg3)
static IntPtr OdRxIndexedProperty_queryX(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdRxIndexedProperty_isA(HandleRef jarg1)
static int OdRxIndexedProperty_insertValue(HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static HandleRef getCPtr(OdRxClass obj)
static new OdRxClass desc()
OdRxIndexedProperty(IntPtr cPtr, bool cMemoryOwn)
OdResult setValue(OdRxObject pO, int index, OdRxValue value)
Teigha.Core.OdRxValueType vb_type()
static OdRxIndexedProperty cast(OdRxObject pObj)
OdResult getValue(OdRxObject pO, int index, OdRxValue value)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdRxIndexedProperty obj)
static OdRxIndexedProperty createObject()
OdResult insertValue(OdRxObject pO, int index, OdRxValue value)
OdResult removeValue(OdRxObject pO, int index)
static string getRealClassName(IntPtr ptr)
override OdRxObject queryX(OdRxClass protocolClass)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdRxValue obj)