OriginAnyParserFindGraphByName Method |
Finds a graph by name.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int FindGraphByName(
string name
)
Parameters
- name String
- The graph name.
Return Value
Int32The zero-based graph index, or
-1 if it was not found.
See Also