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