OriginAnyParserFindWindowObjectByIndex Method |
Finds a window object by its object identifier.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (ProjectNodeType nodeType, Window window) FindWindowObjectByIndex(
int index
)
Parameters
- index Int32
- The object identifier.
Return Value
ValueTupleProjectNodeType,
WindowA tuple containing the project node type and the matching window object.
See Also