LightManagerSupport.DeleteLight Method

LightManagerSupportDeleteLight Method

Delete light

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract bool DeleteLight(
	RhinoDoc doc,
	Light light,
	bool bUndelete
)
Public MustOverride Function DeleteLight ( 
	doc As RhinoDoc,
	light As Light,
	bUndelete As Boolean
) As Boolean

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Render.LightManagerSupport.DeleteLight(Rhino.RhinoDoc,Rhino.Geometry.Light,System.Boolean)"]

light
Type: Rhino.GeometryLight

[Missing <param name="light"/> documentation for "M:Rhino.Render.LightManagerSupport.DeleteLight(Rhino.RhinoDoc,Rhino.Geometry.Light,System.Boolean)"]

bUndelete
Type: SystemBoolean

[Missing <param name="bUndelete"/> documentation for "M:Rhino.Render.LightManagerSupport.DeleteLight(Rhino.RhinoDoc,Rhino.Geometry.Light,System.Boolean)"]

Return Value

Type: Boolean
If delete is successful, then return true, else return false
Version Information

Rhino for Windows

Supported in: 6.14
See Also