Description Sets the description of a spectrum.
Syntax SpectrumSetDescription spectNode, descripString
Parameters spectNode As Long Node of the spectrum being modified.
descripString As String Description of the spectrum.
Example This example creates a spectrum and then gives the spectrum a description.
Dim spectNode As Long
spectNode = SpectrumCreateBlackbody( 0.5, 0.2, 0.1, 0.9 ) SpectrumSetDescription spectNode, "My example spectrum"
See Also SpectrumComputeLuminousEfficacy
|