Hugin .NET API Reference Library
GetEdgeConstraint Method (node)
Namespaces > HAPI > Node > GetEdgeConstraint(Node)
Returns the constraint between this and node.
Syntax
C#Visual BasicManaged C++
public NetworkModel.Constraint GetEdgeConstraint (
	Node node
)
Public Function GetEdgeConstraint ( _
	node As Node _
) As Constraint
public:
Constraint GetEdgeConstraint (
	Node^ node
)
Parameters
node (Node)
the second node in the constraint.
Return Value
The Constraint set between the two nodes.
Exceptions
ExceptionCondition
ExceptionHugin

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