Click or drag to resize

LightSettingsGetDiscreteLight Method

Gets the discrete light with index idx (0..3).

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IDiscreteLight? GetDiscreteLight(
	int idx
)

Parameters

idx  Int32
The index of the discrete light (0..3).

Return Value

IDiscreteLight
The discrete light at the specified index, or if that slot is empty.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is not in the range 0..3.
See Also