Click or drag to resize

IMcDyeExportSpectrum Method

Exports spectral data from file

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Sub ExportSpectrum ( 
	FileName As String
)

Parameters

FileName
Type: SystemString
Remarks
Exports this dye's spectral data to a tab- or comma-delimited text file. This method exports files in a 2-column format (wavelength <delimiter> emission), and using either tabs or commas for delimiters.
See Also