Click or drag to resize

OriginAnyParserFindNoteByName Method

Finds a note by name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int FindNoteByName(
	string name
)

Parameters

name  String
The note name.

Return Value

Int32
The zero-based note index, or -1 if it was not found.
See Also