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);
90 MemoryManager mMan = MemoryManager.GetMemoryManager();
91 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdDgAssocPointRoot obj)
static HandleRef getCPtr(OdDgMultilineBreak obj)
void setPoint(OdGePoint3d point)
virtual void Dispose(bool disposing)
void setAssocData(OdDgAssocPointRoot pAssocData)
void getPoint(OdGePoint3d point)
OdDgAssocPointRoot getAssocData()
void getBreak(UInt32 index, OdDgMultilineBreak break_)
OdDgMultilinePoint(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdDgMultilinePoint obj)
void addBreak(OdDgMultilineBreak break_)
static global::System.Exception Retrieve()
static void delete_OdDgMultilinePoint(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgMultilinePoint_removeAllBreaks(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgMultilinePoint_getPoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgMultilinePoint_addBreak(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgMultilinePoint_setPoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDgMultilinePoint_getAssocData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgMultilinePoint_getBreak(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static UInt32 OdDgMultilinePoint_getBreaksCount(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgMultilinePoint_setAssocData(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)