StartIndexDictionaryInternalSetKeyValue Method |
Note: This API is now obsolete.
INTERNAL FUNCTION used to setup the inner dictionary with the index values.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [ObsoleteAttribute("Don't call this function. It is intended for internal use only.")]
public void InternalSetKeyValue(
int key,
int value
)
<ObsoleteAttribute("Don't call this function. It is intended for internal use only.")>
Public Sub InternalSetKeyValue (
key As Integer,
value As Integer
)
Dim instance As StartIndexDictionary
Dim key As Integer
Dim value As Integer
instance.InternalSetKeyValue(key, value)
Parameters
- key Int32
- The spectrum index.
- value Int32
- The start index.
Remarks This function should not be used by user code.
See Also