Click or drag to resize

OriginAnyParserFindDataByIndex Method

Finds dataset identifiers for the specified object index.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected (string , string ) FindDataByIndex(
	int index
)

Parameters

index  Int32
The dataset index.

Return Value

ValueTupleString, String
A tuple containing the container name and the object name.
See Also