Hugin .NET API Reference Library
SetStateLabel Method (state, newLabel)
Namespaces > HAPI > DiscreteNode > SetStateLabel(UInt64, String)
Sets the label of the specified state.
public void SetStateLabel(size_t state, String newLabel)
Syntax
C#Visual BasicManaged C++
public void SetStateLabel (
	ulong state,
	string newLabel
)
Public Sub SetStateLabel ( _
	state As ULong, _
	newLabel As String _
)
public:
void SetStateLabel (
	unsigned long long state, 
	String^ newLabel
)
Parameters
state (UInt64)
the index of the state; must be less than the number of states of the node
newLabel (String)
the desired state label
Exceptions
ExceptionCondition
ExceptionHugin

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