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();
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
virtual double vb_height()
OdDbShCylinder(IntPtr cPtr, bool cMemoryOwn)
virtual OdResult setYRadius(double dXRadius)
virtual OdResult setHeight(double dHeight)
virtual bool isCylindrical()
static new OdDbShCylinder createObject()
virtual OdResult setMajorRadius(double dMajorRadius)
virtual bool isElliptical()
virtual OdResult setMinorRadius(double dMinorRadius)
static new OdRxClass desc()
override void dxfOutFields(OdDbDxfFiler pFiler)
virtual OdResult setXRadius(double dXRadius)
virtual double minorRadius()
static string getRealClassName(IntPtr ptr)
static HandleRef getCPtr(OdDbShCylinder obj)
static OdDbShCylinder cast(OdRxObject pObj)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
override OdRxObject queryX(OdRxClass protocolClass)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
override void dwgOutFields(OdDbDwgFiler pFiler)
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
override void Dispose(bool disposing)
virtual double majorRadius()
static global::System.Exception Retrieve()
static IntPtr OdDbShCylinder_cast(HandleRef jarg1)
static int OdDbShCylinder_setYRadius(HandleRef jarg1, double jarg2)
static IntPtr OdDbShCylinder_queryX(HandleRef jarg1, HandleRef jarg2)
static int OdDbShCylinder_dwgInFields(HandleRef jarg1, HandleRef jarg2)
static double OdDbShCylinder_majorRadius(HandleRef jarg1)
static double OdDbShCylinder_xRadius(HandleRef jarg1)
static void delete_OdDbShCylinder(HandleRef jarg1)
static double OdDbShCylinder_height(HandleRef jarg1)
static IntPtr OdDbShCylinder_desc()
static void OdDbShCylinder_dxfOutFields(HandleRef jarg1, HandleRef jarg2)
static int OdDbShCylinder_setHeight(HandleRef jarg1, double jarg2)
static int OdDbShCylinder_setMinorRadius(HandleRef jarg1, double jarg2)
static int OdDbShCylinder_dxfInFields(HandleRef jarg1, HandleRef jarg2)
static int OdDbShCylinder_setXRadius(HandleRef jarg1, double jarg2)
static string OdDbShCylinder_getRealClassName(IntPtr jarg1)
static int OdDbShCylinder_setMajorRadius(HandleRef jarg1, double jarg2)
static bool OdDbShCylinder_isElliptical(HandleRef jarg1)
static IntPtr OdDbShCylinder_createObject()
static void OdDbShCylinder_dwgOutFields(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDbShCylinder_isA(HandleRef jarg1)
static double OdDbShCylinder_yRadius(HandleRef jarg1)
static double OdDbShCylinder_minorRadius(HandleRef jarg1)
static bool OdDbShCylinder_isCylindrical(HandleRef jarg1)