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.3179.0 (4.8.3179.0)
Syntax
C#
public IDiscreteLight? GetDiscreteLight(
	int idx
)

Parameters

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

Return Value

IDiscreteLight

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.LightSettings.GetDiscreteLight(System.Int32)"]

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is not in the range 0..3.
See Also