RelaxISPlugin_FileFormatGetData(Stream) Method |
Returns the data in the file in the form of impedance spectra
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract FileFormatResult GetData(
Stream input
)
Public MustOverride Function GetData (
input As Stream
) As FileFormatResult
Dim instance As RelaxISPlugin_FileFormat
Dim input As Stream
Dim returnValue As FileFormatResult
returnValue = instance.GetData(input)
Parameters
- input Stream
- Provides data data of the file
Return Value
FileFormatResultA list of impedance spectra in the file, that can be set to be further split by RelaxIS
See Also