Click or drag to resize

OriginAnyParserFindWindowObjectByIndex Method

Finds a window 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#
public (ProjectNodeType nodeType, Window window) FindWindowObjectByIndex(
	int index
)

Parameters

index  Int32
The object identifier.

Return Value

ValueTupleProjectNodeType, Window
A tuple containing the project node type and the matching window object.
See Also