Returns an NBOutputTerminal matching the name passed as an argument, or
null if the terminal does not exist.

C# | Visual Basic | Visual C++ | F# |
public NBOutputTerminal OutputTerminal( string terminalName )
Public Function OutputTerminal ( _ terminalName As String _ ) As NBOutputTerminal
public: NBOutputTerminal^ OutputTerminal( String^ terminalName )
member OutputTerminal : terminalName:string -> NBOutputTerminal

- terminalName (String)
- The name of the output terminal.

The NBOutputTerminal associcated with the name, or null if one does not exist on this node.