14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
30 protected override void Dispose(
bool disposing) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
37 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
39 base.Dispose(disposing);
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
119 MemoryManager mMan = MemoryManager.GetMemoryManager();
120 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
virtual void deleteConstraint(UInt32 uIndex)
static new OdRxClass desc()
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdDgConstraintRepresentation getConstraint(UInt32 uIndex)
virtual UInt32 getConstraintsCount()
static OdDg2dConstraintsDataXAttr cast(OdRxObject pObj)
OdDg2dConstraintsDataXAttr(IntPtr cPtr, bool cMemoryOwn)
static OdDg2dConstraintsDataXAttr createObject()
static HandleRef getCPtr(OdDg2dConstraintsDataXAttr obj)
override void Dispose(bool disposing)
virtual bool addConstraint(OdDgConstraintRepresentation pConstraint)
static string getRealClassName(IntPtr ptr)
virtual bool isCorrupted()
virtual bool setConstraint(UInt32 uIndex, OdDgConstraintRepresentation pConstraint)
static HandleRef getCPtr(OdDgConstraintRepresentation obj)
static global::System.Exception Retrieve()
static bool OdDg2dConstraintsDataXAttr_isCorrupted(HandleRef jarg1)
static IntPtr OdDg2dConstraintsDataXAttr_getConstraint(HandleRef jarg1, UInt32 jarg2)
static IntPtr OdDg2dConstraintsDataXAttr_cast(HandleRef jarg1)
static UInt32 OdDg2dConstraintsDataXAttr_getConstraintsCount(HandleRef jarg1)
static bool OdDg2dConstraintsDataXAttr_setConstraint(HandleRef jarg1, UInt32 jarg2, HandleRef jarg3)
static bool OdDg2dConstraintsDataXAttr_addConstraint(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDg2dConstraintsDataXAttr_isA(HandleRef jarg1)
static IntPtr OdDg2dConstraintsDataXAttr_createObject()
static IntPtr OdDg2dConstraintsDataXAttr_desc()
static void delete_OdDg2dConstraintsDataXAttr(HandleRef jarg1)
static IntPtr OdDg2dConstraintsDataXAttr_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDg2dConstraintsDataXAttr_deleteConstraint(HandleRef jarg1, UInt32 jarg2)
static string OdDg2dConstraintsDataXAttr_getRealClassName(IntPtr jarg1)