OriginAnyParserFindDataByIndex Method |
Finds dataset identifiers for the specified object index.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected (string , string ) FindDataByIndex(
int index
)
Parameters
- index Int32
- The dataset index.
Return Value
ValueTupleString,
StringA tuple containing the container name and the object name.
See Also