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);
77 public void setLimits(
double startlim,
double endlim) {
static global::System.Exception Retrieve()
static double OdGiLightAttenuation_endLimit(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiLightAttenuation_setAttenuationType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdGiLightAttenuation_setLimits(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void delete_OdGiLightAttenuation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiLightAttenuation_load(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGiLightAttenuation_save(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static bool OdGiLightAttenuation_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiLightAttenuation_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdGiLightAttenuation_attenuationType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiLightAttenuation_setUseLimits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiLightAttenuation_startLimit(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiLightAttenuation_useLimits(global::System.Runtime.InteropServices.HandleRef jarg1)
void setAttenuationType(OdGiLightAttenuation.AttenuationType typ)
void save(OdGsFiler pFiler)
OdGiLightAttenuation(IntPtr cPtr, bool cMemoryOwn)
void setUseLimits(bool on)
OdGiLightAttenuation.AttenuationType attenuationType()
bool IsEqual(OdGiLightAttenuation other)
virtual void Dispose(bool disposing)
Teigha.Core.OdGiLightAttenuation.AttenuationType vb_attenuationType()
bool IsNotEqual(OdGiLightAttenuation other)
void load(OdGsFiler pFiler)
void setLimits(double startlim, double endlim)
static HandleRef getCPtr(OdGiLightAttenuation obj)
static HandleRef getCPtr(OdGsFiler obj)