Click or drag to resize

OriginAnyParserFindObjectByIndex Method

Finds a project object by its object identifier.

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

Parameters

index  UInt32
The object identifier.

Return Value

ValueTupleProjectNodeType, String
A tuple containing the project node type and object name.
See Also