RelaxISPlugin_MultifitModelParameterStartIndizes Property |
Gets the dictionary of start indizes for each spectrum by index.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public StartIndexDictionary ParameterStartIndizes { get; }
Public ReadOnly Property ParameterStartIndizes As StartIndexDictionary
Get
Dim instance As RelaxISPlugin_MultifitModel
Dim value As StartIndexDictionary
value = instance.ParameterStartIndizes
Property Value
StartIndexDictionaryRemarks This is populated automatically by RelaxIS and should not be modified.
See Also