Click or drag to resize

ObjRefLight Method

Gets the light if the referenced geometry is one.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Light Light()

Return Value

Type: Light
A light; or null if the referenced object is not a light, or on error.
See Also