14using System.Runtime.InteropServices;
19 private Object locker =
new Object();
20 private HandleRef swigCPtr;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 swigCPtr =
new HandleRef(
this, cPtr);
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
29 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
38 global::System.GC.SuppressFinalize(
this);
41 protected virtual void Dispose(
bool disposing) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
48 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
virtual void SetIsShowIgnoredIssuesOn(bool value)
static HandleRef getCPtr(CFxPreferencesDwgStandards obj)
CFxPreferencesDwgStandards(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
virtual void SetIsAutomaticallyFixedOn(bool value)
virtual void SetPreferredDwsFile(CFxString value)
virtual CFxString GetPreferredDwsFile()
virtual bool GetIsAutomaticallyFixedOn()
virtual bool GetIsShowIgnoredIssuesOn()
static HandleRef getCPtr(CFxString obj)
static global::System.Exception Retrieve()
static void CFxPreferencesDwgStandards_SetIsShowIgnoredIssuesOn(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesDwgStandards_GetPreferredDwsFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDwgStandards_SetIsAutomaticallyFixedOn(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesDwgStandards_GetIsAutomaticallyFixedOn(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferencesDwgStandards(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDwgStandards_GetIsShowIgnoredIssuesOn(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDwgStandards_SetPreferredDwsFile(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)