Click or drag to resize

RelaxISWCFLinkProxyReadEISDataUnknown Method

Parse the given data into spectra using the saved unknown format name.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public List<ImpedanceSpectrum> ReadEISDataUnknown(
	IList<byte> data,
	string formatName
)

Parameters

data  IListByte
The data to read.
formatName  String
The name of the format to use for parsing. Defined via unknown file dialog.

Return Value

ListImpedanceSpectrum
The list of spectra, empty if no spectra could be read or the format does not exist.

Implements

IRelaxISWCFLinkReadEISDataUnknown(IListByte, String)
See Also