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

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