RhinoCommon API
DialogsShowSunDialog Method |
Show the tabbed sun dialog.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static bool ShowSunDialog( Sun sun )
Public Shared Function ShowSunDialog ( sun As Sun ) As Boolean
Parameters
- sun
- Type: Rhino.RenderSun
[Missing <param name="sun"/> documentation for "M:Rhino.UI.Dialogs.ShowSunDialog(Rhino.Render.Sun)"]
Return Value
Type: BooleanReturns true if the user clicked OK, or false if the user canceled.
