Light.GetSpotLightRadii Method

LightGetSpotLightRadii Method

Gets the spot light radii.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Boolean
true if operation succeeded; otherwise, false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also