M_Rhino_Geometry_Light_GetSpotLightRadii - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the spot light radii.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool GetSpotLightRadii(
out double innerRadius,
out double outerRadius
)
VB
Public Function GetSpotLightRadii (
<OutAttribute> ByRef innerRadius As Double,
<OutAttribute> ByRef outerRadius As Double
) As Boolean
- innerRadius
- Type: System.Double
The inner radius. This out parameter is assigned during this call. - outerRadius
- Type: System.Double
The outer radius. This out parameter is assigned during this call.
Type: Boolean
true if operation succeeded; otherwise, false.
Supported in: 6.0.16224.21491, 5D58w