Click or drag to resize

IMcDyeGetSpectrum Method

Gets the spectral data for this dye, returning the number of frequencies for which there is spectral data

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Function GetSpectrum ( 
	<OutAttribute> ByRef Frequencies As Object,
	<OutAttribute> ByRef Expression As Object
) As Integer

Parameters

Frequencies
Type: SystemObject
An array of Doubles returning the frequencies
Expression
Type: SystemObject
An array of Doubles returning the expression at each frequency in the Frequencies array

Return Value

Type: Int32
Remarks
This method returns the currently defined spectral data for this dye, with the return value indicating the number of frequencies for which there is spectral data, which can be zero if no spectral data has been defined. The Frequencies and Expression paramaters should be arrays of doubles which will be set to the frequencies and the expression at each frequency.
See Also