14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
53 MemoryManager mMan = MemoryManager.GetMemoryManager();
54 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
OdDbObjectId objectBeingIndexedId()
bool setIdFlags(OdDbObjectId objectId, byte flags)
bool getIdFlags(OdDbObjectId objectId, out byte flags)
static HandleRef getCPtr(OdDbIndexUpdateData obj)
void addId(OdDbObjectId objectId)
virtual void Dispose(bool disposing)
bool setIdData(OdDbObjectId objectId, UInt32 data)
bool getFlagsAndData(OdDbObjectId objectId, out byte flags, out UInt32 data)
bool getIdData(OdDbObjectId objectId, out UInt32 data)
OdDbIndexUpdateData(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdDbObjectId obj)
static global::System.Exception Retrieve()
static void OdDbIndexUpdateData_addId(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdDbIndexUpdateData_objectBeingIndexedId(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDbIndexUpdateData_setIdData(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, UInt32 jarg3)
static bool OdDbIndexUpdateData_getIdData(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out UInt32 jarg3)
static bool OdDbIndexUpdateData_getIdFlags(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out byte jarg3)
static bool OdDbIndexUpdateData_getFlagsAndData(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, out byte jarg3, out UInt32 jarg4)
static bool OdDbIndexUpdateData_setIdFlags(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, byte jarg3)
static void delete_OdDbIndexUpdateData(global::System.Runtime.InteropServices.HandleRef jarg1)