Click or drag to resize

LightGetSpotLightRadii Method

Gets the spot light radii.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool GetSpotLightRadii(
	out double innerRadius,
	out double outerRadius
)

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.
See Also