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();
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static new OdRxClass desc()
override void Dispose(bool disposing)
static string getRealClassName(IntPtr ptr)
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdGePoint3d getVertex(UInt32 uIndex)
OdDgPolyline3dGeometryCacheAction(IntPtr cPtr, bool cMemoryOwn)
virtual void setVertex(UInt32 uIndex, OdGePoint3d ptVertex)
virtual void addVertex(OdGePoint3d ptVertex)
static HandleRef getCPtr(OdDgPolyline3dGeometryCacheAction obj)
static OdDgPolyline3dGeometryCacheAction createObject()
virtual UInt32 getVertexCount()
virtual void deleteVertex(UInt32 uIndex)
static OdDgPolyline3dGeometryCacheAction cast(OdRxObject pObj)
static global::System.Exception Retrieve()
static IntPtr OdDgPolyline3dGeometryCacheAction_createObject()
static IntPtr OdDgPolyline3dGeometryCacheAction_isA(HandleRef jarg1)
static string OdDgPolyline3dGeometryCacheAction_getRealClassName(IntPtr jarg1)
static IntPtr OdDgPolyline3dGeometryCacheAction_queryX(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDgPolyline3dGeometryCacheAction_desc()
static IntPtr OdDgPolyline3dGeometryCacheAction_cast(HandleRef jarg1)
static UInt32 OdDgPolyline3dGeometryCacheAction_getVertexCount(HandleRef jarg1)
static void OdDgPolyline3dGeometryCacheAction_setVertex(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgPolyline3dGeometryCacheAction_addVertex(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdDgPolyline3dGeometryCacheAction(HandleRef jarg1)
static void OdDgPolyline3dGeometryCacheAction_deleteVertex(HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr OdDgPolyline3dGeometryCacheAction_getVertex(HandleRef jarg1, UInt32 jarg2)