Click or drag to resize

LightTableSun Property

Gets the Sun instance that is applied to the document.

If the RDK is loaded, an instance is always returned.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Sun Sun { get; }

Property Value

Type: Sun
Exceptions
ExceptionCondition
RdkNotLoadedExceptionIf the RDK is not loaded.
See Also