14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
43 MemoryManager mMan = MemoryManager.GetMemoryManager();
44 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
84 MemoryManager mMan = MemoryManager.GetMemoryManager();
85 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static IntPtr OdGiSpotLightTraits_queryX(HandleRef jarg1, HandleRef jarg2)
static void delete_OdGiSpotLightTraits(HandleRef jarg1)
static bool OdGiSpotLightTraits_setHotspotAndFalloff(HandleRef jarg1, double jarg2, double jarg3)
static void OdGiSpotLightTraits_setLampColor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGiSpotLightTraits_falloff(HandleRef jarg1)
static IntPtr OdGiSpotLightTraits_desc()
static void OdGiSpotLightTraits_setAttenuation(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiSpotLightTraits_setTargetLocation(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGiSpotLightTraits_lampColor(HandleRef jarg1)
static double OdGiSpotLightTraits_hotspot(HandleRef jarg1)
static global::System.IntPtr OdGiSpotLightTraits_targetLocation(HandleRef jarg1)
static global::System.IntPtr OdGiSpotLightTraits_position(HandleRef jarg1)
static void OdGiSpotLightTraits_setPosition(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdGiSpotLightTraits_cast(HandleRef jarg1)
static IntPtr OdGiSpotLightTraits_createObject()
static void OdGiSpotLightTraits_setPhysicalIntensity(HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGiSpotLightTraits_lightAttenuation(HandleRef jarg1)
static string OdGiSpotLightTraits_getRealClassName(IntPtr jarg1)
static IntPtr OdGiSpotLightTraits_isA(HandleRef jarg1)
static double OdGiSpotLightTraits_physicalIntensity(HandleRef jarg1)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGiColorRGB obj)
static HandleRef getCPtr(OdGiLightAttenuation obj)
static HandleRef getCPtr(OdGiSpotLightTraits obj)
virtual OdGePoint3d position()
virtual void setPosition(OdGePoint3d pos)
override void Dispose(bool disposing)
virtual bool setHotspotAndFalloff(double hotspot, double falloff)
override OdRxObject queryX(OdRxClass protocolClass)
virtual void setAttenuation(OdGiLightAttenuation atten)
OdGiSpotLightTraits(IntPtr cPtr, bool cMemoryOwn)
virtual OdGiColorRGB lampColor()
static string getRealClassName(IntPtr ptr)
static new OdRxClass desc()
static new OdGiSpotLightTraits createObject()
virtual double physicalIntensity()
virtual OdGiLightAttenuation lightAttenuation()
virtual Teigha.Core.OdGiLightAttenuation vb_lightAttenuation()
virtual void setPhysicalIntensity(double fIntensity)
virtual Teigha.Core.OdGePoint3d vb_position()
static OdGiSpotLightTraits cast(OdRxObject pObj)
virtual void setLampColor(OdGiColorRGB color)
virtual OdGePoint3d targetLocation()
virtual void setTargetLocation(OdGePoint3d loc)
static HandleRef getCPtr(OdRxClass obj)
static HandleRef getCPtr(OdRxObject obj)