Description Gets the total number of spectrum nodes in the document.
Syntax nodeCount = SpectrumGetNodeCount( )
Parameters nodeCount (Long) Number of spectrum nodes in the FRED document.
Example The following example prints the number of spectrum currently defined in the FRED document.
Print "Number of spectrum defined: " & SpectrumGetNodeCount( )
See Also SpectrumComputeLuminousEfficacy
|