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(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdDgFiler obj)
void setUseIterationLimitFlag(bool bSet)
bool setStroke(UInt32 uIndex, OdDgLineCodeResourceStrokeData strokeData)
void setMaxIterations(UInt32 iMaxNum)
bool getUseIterationLimitFlag()
override void dgnOutFields(OdDgFiler pFiler)
static new OdDgLineCodeResource createObject()
override OdRxObject queryX(OdRxClass protocolClass)
override void Dispose(bool disposing)
void setSingleSegmentModeFlag(bool bSet)
override UInt16 getRawDataSize()
void setDescription(String strDescription)
UInt32 getMaxIterations()
void setAutoPhaseFlag(bool bSet)
override void dgnInFields(OdDgFiler pFiler, UInt32 dataSize)
static string getRealClassName(IntPtr ptr)
static HandleRef getCPtr(OdDgLineCodeResource obj)
override UInt16 getType()
static new OdRxClass desc()
bool deleteStroke(UInt32 uIndex)
bool getCenterStretchPhaseModeFlag()
bool getSingleSegmentModeFlag()
static OdDgLineCodeResource cast(OdRxObject pObj)
void setPhase(double dPhase)
OdDgLineCodeResource(IntPtr cPtr, bool cMemoryOwn)
void addStroke(OdDgLineCodeResourceStrokeData strokeData)
bool getStroke(UInt32 uIndex, OdDgLineCodeResourceStrokeData strokeData)
override void scaleResource(double dScale)
void setCenterStretchPhaseModeFlag(bool bSet)
static HandleRef getCPtr(OdDgLineCodeResourceStrokeData obj)
static global::System.Exception Retrieve()
static IntPtr OdDgLineCodeResource_createObject()
static IntPtr OdDgLineCodeResource_isA(HandleRef jarg1)
static bool OdDgLineCodeResource_getAutoPhaseFlag(HandleRef jarg1)
static UInt16 OdDgLineCodeResource_getRawDataSize(HandleRef jarg1)
static IntPtr OdDgLineCodeResource_desc()
static UInt32 OdDgLineCodeResource_getMaxIterations(HandleRef jarg1)
static double OdDgLineCodeResource_getPhase(HandleRef jarg1)
static string OdDgLineCodeResource_getRealClassName(IntPtr jarg1)
static void OdDgLineCodeResource_setUseIterationLimitFlag(HandleRef jarg1, bool jarg2)
static bool OdDgLineCodeResource_getUseIterationLimitFlag(HandleRef jarg1)
static IntPtr OdDgLineCodeResource_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDgLineCodeResource_addStroke(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdDgLineCodeResource_getStroke(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgLineCodeResource_setAutoPhaseFlag(HandleRef jarg1, bool jarg2)
static bool OdDgLineCodeResource_deleteStroke(HandleRef jarg1, UInt32 jarg2)
static String OdDgLineCodeResource_getDescription(HandleRef jarg1)
static void OdDgLineCodeResource_setMaxIterations(HandleRef jarg1, UInt32 jarg2)
static void OdDgLineCodeResource_setDescription(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdDgLineCodeResource_setStroke(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdDgLineCodeResource_setCenterStretchPhaseModeFlag(HandleRef jarg1, bool jarg2)
static void delete_OdDgLineCodeResource(HandleRef jarg1)
static void OdDgLineCodeResource_setPhase(HandleRef jarg1, double jarg2)
static bool OdDgLineCodeResource_getCenterStretchPhaseModeFlag(HandleRef jarg1)
static void OdDgLineCodeResource_dgnInFields(HandleRef jarg1, HandleRef jarg2, UInt32 jarg3)
static UInt16 OdDgLineCodeResource_getType(HandleRef jarg1)
static UInt32 OdDgLineCodeResource_getStrokeCount(HandleRef jarg1)
static bool OdDgLineCodeResource_getSingleSegmentModeFlag(HandleRef jarg1)
static void OdDgLineCodeResource_dgnOutFields(HandleRef jarg1, HandleRef jarg2)
static void OdDgLineCodeResource_setSingleSegmentModeFlag(HandleRef jarg1, bool jarg2)
static void OdDgLineCodeResource_scaleResource(HandleRef jarg1, double jarg2)
static IntPtr OdDgLineCodeResource_cast(HandleRef jarg1)