Hugin .NET API Reference Library
GetNodeByName Method (nodename)
Namespaces > HAPI > NetworkModel > GetNodeByName(String)
Returns a Node by name. If no node by the given name exists, 'null' is returned.
NOTE: A node naming scheme is applied when creating a runtime domain for OOBNs, for more on this read Example 5: Node naming scheme for oobn under R:Project.
Syntax
C#Visual BasicManaged C++
public Node GetNodeByName (
	string nodename
)
Public Function GetNodeByName ( _
	nodename As String _
) As Node
public:
Node^ GetNodeByName (
	String^ nodename
)
Parameters
nodename (String)
a string containing the name of the Node to be found in this NetworkModel.
Return Value
A Node named 'name' in this NetworkModel.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)