LightManagerSupportLightDescription Method |
Gets the string representation of the light description
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public abstract string LightDescription(
RhinoDoc doc,
ref Light light
)
Public MustOverride Function LightDescription (
doc As RhinoDoc,
ByRef light As Light
) As String
Parameters
- doc
- Type: RhinoRhinoDoc
[Missing <param name="doc"/> documentation for "M:Rhino.Render.LightManagerSupport.LightDescription(Rhino.RhinoDoc,Rhino.Geometry.Light@)"]
- light
- Type: Rhino.GeometryLight
[Missing <param name="light"/> documentation for "M:Rhino.Render.LightManagerSupport.LightDescription(Rhino.RhinoDoc,Rhino.Geometry.Light@)"]
Return Value
Type:
StringReturns the string representation of the light description
See Also