14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
114 MemoryManager mMan = MemoryManager.GetMemoryManager();
115 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static global::System.IntPtr OdGiMaterialMap_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiMaterialMap_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiMaterialMap_setBlendFactor(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdGiMaterialMap_source(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiMaterialMap_setTexture(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGiMaterialMap_setSourceFileName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static global::System.IntPtr OdGiMaterialMap_mapper__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiMaterialMap_setMapper(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static String OdGiMaterialMap_sourceFileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiMaterialMap_blendFactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiMaterialMap_setSource(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_OdGiMaterialMap(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiMaterialMap_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGiMaterialMap_texture(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiMaterialMap_kNull_get()
static HandleRef getCPtr(OdGiMapper obj)
void setMapper(OdGiMapper mapper)
static OdGiMaterialMap kNull
static HandleRef getCPtr(OdGiMaterialMap obj)
OdGiMaterialMap Assign(OdGiMaterialMap mmap)
OdGiMaterialMap.Source source()
OdGiMaterialTexture texture()
bool IsNotEqual(OdGiMaterialMap other)
void setTexture(OdGiMaterialTexture pTexture)
void setBlendFactor(double blendFactor)
bool IsEqual(OdGiMaterialMap other)
OdGiMaterialMap(IntPtr cPtr, bool cMemoryOwn)
Teigha.Core.OdGiMaterialMap.Source vb_source()
void setSourceFileName(String filename)
virtual void Dispose(bool disposing)
void setSource(OdGiMaterialMap.Source source)
static HandleRef getCPtr(OdGiMaterialTexture obj)