Hugin .NET API Reference Library
SetName Method (name)
Namespaces > HAPI > Node > SetName(String)
Sets the name of this Node.
Syntax
C#Visual BasicManaged C++
public void SetName (
	string name
)
Public Sub SetName ( _
	name As String _
)
public:
void SetName (
	String^ name
)
Parameters
name (String)
the name of the Node (a String).
Remarks
The name must be valid, i.e., it must follow the rules that govern the validity of C identifiers, and no other node in the network to which this Node belongs must have the same name.
Exceptions
ExceptionCondition
ExceptionHugin

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