Hugin .NET API Reference Library
EnterFinding Method (state, finding)
Namespaces > HAPI > DiscreteNode > EnterFinding(UInt64, Single)
Specifies a state value for a given state with all other states unaffected.
public void EnterFinding(size_t state, h_number_t finding)
Syntax
C#Visual BasicManaged C++
public void EnterFinding (
	ulong state,
	float finding
)
Public Sub EnterFinding ( _
	state As ULong, _
	finding As Single _
)
public:
void EnterFinding (
	unsigned long long state, 
	float finding
)
Parameters
state (UInt64)
the index representing the state to be selected. States are numbered consecutively from 0 and upwards.
finding (Single)
A non-negative real number as the state value.
Exceptions
ExceptionCondition
ExceptionHugin

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