OriginAnyParserFindObjectByIndex Method |
Finds a project object by its object identifier.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected (ProjectNodeType , string ) FindObjectByIndex(
uint index
)
Parameters
- index UInt32
- The object identifier.
Return Value
ValueTupleProjectNodeType,
StringA tuple containing the project node type and object name.
See Also