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(OdGePoint2d obj)
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static string getRealClassName(IntPtr ptr)
OdDgPolygon2dGeometryCacheAction(IntPtr cPtr, bool cMemoryOwn)
static OdDgPolygon2dGeometryCacheAction createObject()
virtual UInt32 getVertexCount()
static OdDgPolygon2dGeometryCacheAction cast(OdRxObject pObj)
static new OdRxClass desc()
virtual double getPriority()
virtual void setPriority(double dPriority)
virtual void deleteVertex(UInt32 uIndex)
virtual void addVertex(OdGePoint2d ptVertex)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdDgPolygon2dGeometryCacheAction obj)
virtual void setVertex(UInt32 uIndex, OdGePoint2d ptVertex)
virtual OdGePoint2d getVertex(UInt32 uIndex)
override OdRxObject queryX(OdRxClass protocolClass)
static global::System.Exception Retrieve()
static void OdDgPolygon2dGeometryCacheAction_deleteVertex(HandleRef jarg1, UInt32 jarg2)
static void delete_OdDgPolygon2dGeometryCacheAction(HandleRef jarg1)
static global::System.IntPtr OdDgPolygon2dGeometryCacheAction_getVertex(HandleRef jarg1, UInt32 jarg2)
static IntPtr OdDgPolygon2dGeometryCacheAction_desc()
static IntPtr OdDgPolygon2dGeometryCacheAction_isA(HandleRef jarg1)
static IntPtr OdDgPolygon2dGeometryCacheAction_cast(HandleRef jarg1)
static void OdDgPolygon2dGeometryCacheAction_setVertex(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static double OdDgPolygon2dGeometryCacheAction_getPriority(HandleRef jarg1)
static string OdDgPolygon2dGeometryCacheAction_getRealClassName(IntPtr jarg1)
static IntPtr OdDgPolygon2dGeometryCacheAction_createObject()
static void OdDgPolygon2dGeometryCacheAction_addVertex(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgPolygon2dGeometryCacheAction_setPriority(HandleRef jarg1, double jarg2)
static IntPtr OdDgPolygon2dGeometryCacheAction_queryX(HandleRef jarg1, HandleRef jarg2)
static UInt32 OdDgPolygon2dGeometryCacheAction_getVertexCount(HandleRef jarg1)