LightSettingsGetDiscreteLight Method |
Gets the discrete light with index idx (0..3).
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IDiscreteLight? GetDiscreteLight(
int idx
)
Parameters
- idx Int32
- The index of the discrete light (0..3).
Return Value
IDiscreteLightThe discrete light at the specified index, or
if that slot is empty.
Exceptions
See Also