Last updated 10 days ago
Was this helpful?
Method in
Identifies and returns a list of all line and option IDs inside the node.
public List<string>? LineIDsForNode(string nodeName)
string nodeName
string
The name of the node whos line IDs you covet.
The line IDs of all lines and options inside the node, ornull if nodeName doesn't exist in the program.
null
nodeName