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);
56 public OdDgLineStyleInfo(UInt32 uModifiers,
double dScale,
double dShift,
double dStartWidth,
double dEndWidth) : this(
TG_DbPINVOKE.new_OdDgLineStyleInfo__SWIG_1(uModifiers , dScale, dShift, dStartWidth, dEndWidth), true) {
OdDgLineStyleInfo(IntPtr cPtr, bool cMemoryOwn)
virtual void setStartWidth(double startWidth)
virtual double getStartWidth()
virtual UInt32 getModifiers()
virtual double getScale()
virtual void setModifiers(UInt32 modifiers)
virtual double getShift()
virtual void Dispose(bool disposing)
virtual void setShift(double shift)
virtual void setEndWidth(double endWidth)
static HandleRef getCPtr(OdDgLineStyleInfo obj)
virtual double getEndWidth()
OdDgLineStyleInfo(UInt32 uModifiers, double dScale, double dShift, double dStartWidth, double dEndWidth)
virtual void setScale(double scale)
static global::System.Exception Retrieve()
static void OdDgLineStyleInfo_setEndWidth(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static UInt32 OdDgLineStyleInfo_getModifiers(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgLineStyleInfo_setStartWidth(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDgLineStyleInfo_getEndWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgLineStyleInfo_setScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgLineStyleInfo_setShift(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDgLineStyleInfo_getStartWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDgLineStyleInfo(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgLineStyleInfo_getScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgLineStyleInfo_getShift(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgLineStyleInfo_setModifiers(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)