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();
192IntPtr tmp_name = Marshal.StringToCoTaskMemUni(
name);
193 IntPtr saved_name = tmp_name;
198if (tmp_name != saved_name)
name = Marshal.PtrToStringUni(tmp_name);
virtual OdGiDrawable.DrawableType drawableType()
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)
static HandleRef getCPtr(OdDbBlkParamPropertyDescriptorArray obj)
virtual OdDbBlockElement.HistoryCompression historyCompression()
virtual Teigha.Core.OdGiDrawable.DrawableType vb_drawableType()
void visibilityState(int index, ref string name, OdDbObjectIdArray objects, OdDbObjectIdArray elements)
static new OdDbBlockVisibilityParameter createObject()
override void dxfOutFields(OdDbDxfFiler pFiler)
override void dwgOutFields(OdDbDwgFiler pFiler)
void setCurrentVisibilityState(int arg0)
String visibilityDescription()
static string getRealClassName(IntPtr ptr)
void listVisibleEntities(OdDbObjectIdArray arg0)
void setVisibilityState(int index, String name, OdDbObjectIdArray objects, OdDbObjectIdArray elements)
override void Dispose(bool disposing)
override void setMemberOfCurrentVisibilitySet(bool arg0)
static HandleRef getCPtr(OdDbBlockVisibilityParameter obj)
override OdRxObject queryX(OdRxClass protocolClass)
void blockEntityList(OdDbObjectIdArray arg0)
int currentVisibilityState()
void setInitiaized(bool arg0)
override void getPropertyDescription(OdDbBlkParamPropertyDescriptorArray arg0)
void setVisibilityDescription(String arg0)
static OdDbBlockVisibilityParameter cast(OdRxObject pObj)
void setVisibilityName(String arg0)
override OdResult dwgInFields(OdDbDwgFiler pFiler)
override OdResult dxfInFields(OdDbDxfFiler pFiler)
void clearListOfVisibilityStates()
virtual Teigha.TD.OdDbBlockElement.HistoryCompression vb_historyCompression()
int numberOfVisibilityStates()
void setBlockEntityList(OdDbObjectIdArray arg0)
static new OdRxClass desc()
OdDbBlockVisibilityParameter(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdDbDwgFiler obj)
static HandleRef getCPtr(OdDbDxfFiler obj)
static HandleRef getCPtr(OdDbObjectIdArray obj)
static global::System.Exception Retrieve()
static int OdDbBlockVisibilityParameter_dwgInFields(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDbBlockVisibilityParameter_isA(HandleRef jarg1)
static String OdDbBlockVisibilityParameter_visibilityName(HandleRef jarg1)
static string OdDbBlockVisibilityParameter_getRealClassName(IntPtr jarg1)
static void OdDbBlockVisibilityParameter_visibilityState(HandleRef jarg1, int jarg2, ref IntPtr jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbBlockVisibilityParameter_setCurrentVisibilityState(HandleRef jarg1, int jarg2)
static void OdDbBlockVisibilityParameter_setInitiaized(HandleRef jarg1, bool jarg2)
static void OdDbBlockVisibilityParameter_getPropertyDescription(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbBlockVisibilityParameter_dxfInFields(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdDbBlockVisibilityParameter_desc()
static void OdDbBlockVisibilityParameter_setBlockEntityList(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdDbBlockVisibilityParameter_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDbBlockVisibilityParameter_listVisibleEntities(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDbBlockVisibilityParameter_setMemberOfCurrentVisibilitySet(HandleRef jarg1, bool jarg2)
static void OdDbBlockVisibilityParameter_blockEntityList(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdDbBlockVisibilityParameter_currentVisibilityState(HandleRef jarg1)
static void OdDbBlockVisibilityParameter_setVisibilityName(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdDbBlockVisibilityParameter_isInitialized(HandleRef jarg1)
static void OdDbBlockVisibilityParameter_setVisibilityState(HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void OdDbBlockVisibilityParameter_setVisibilityDescription(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdDbBlockVisibilityParameter_visibilityDescription(HandleRef jarg1)
static void OdDbBlockVisibilityParameter_clearListOfVisibilityStates(HandleRef jarg1)
static void OdDbBlockVisibilityParameter_dxfOutFields(HandleRef jarg1, HandleRef jarg2)
static void delete_OdDbBlockVisibilityParameter(HandleRef jarg1)
static IntPtr OdDbBlockVisibilityParameter_createObject()
static int OdDbBlockVisibilityParameter_numberOfVisibilityStates(HandleRef jarg1)
static IntPtr OdDbBlockVisibilityParameter_cast(HandleRef jarg1)
static void OdDbBlockVisibilityParameter_dwgOutFields(HandleRef jarg1, HandleRef jarg2)