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();
87 MemoryManager mMan = MemoryManager.GetMemoryManager();
88 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static int OdRxIndexedSubProperty_subInsertValue(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static IntPtr OdRxIndexedSubProperty_createObject([MarshalAs(UnmanagedType.LPWStr)]String jarg1, HandleRef jarg2, HandleRef jarg3)
static int OdRxIndexedSubProperty_subGetValue(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static int OdRxIndexedSubProperty_subTryGetCount(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, out int jarg3)
static void delete_OdRxIndexedSubProperty(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxIndexedSubProperty_subNewValueIterator(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static int OdRxIndexedSubProperty_subRemoveValue(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, int jarg3)
static int OdRxIndexedSubProperty_subSetValue(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)
static OdRxMember createObject(String memberName, OdRxValueType type, OdRxProperty owner)
virtual OdResult subInsertValue(OdRxObject pO, int index, OdRxValue value)
virtual OdResult subRemoveValue(OdRxObject pO, int index)
Teigha.Core.OdRxValueType vb_type()
OdRxIndexedSubProperty(IntPtr cPtr, bool cMemoryOwn)
virtual OdRxValueIterator subNewValueIterator(OdRxObject pO)
virtual OdResult subGetValue(OdRxObject pO, int index, OdRxValue value)
virtual OdResult subTryGetCount(OdRxObject pO, out int count)
virtual OdResult subSetValue(OdRxObject pO, int index, OdRxValue value)
static HandleRef getCPtr(OdRxIndexedSubProperty obj)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdRxProperty obj)
static HandleRef getCPtr(OdRxValue obj)
static HandleRef getCPtr(OdRxValueType obj)