RhinoCommon API
LightGetSpotLightRadii Method |
Gets the spot light radii.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool GetSpotLightRadii( out double innerRadius, out double outerRadius )
Public Function GetSpotLightRadii ( <OutAttribute> ByRef innerRadius As Double, <OutAttribute> ByRef outerRadius As Double ) As Boolean
Parameters
- innerRadius
- Type: SystemDouble
The inner radius. This out parameter is assigned during this call. - outerRadius
- Type: SystemDouble
The outer radius. This out parameter is assigned during this call.
Return Value
Type: Booleantrue if operation succeeded; otherwise, false.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14