Hugin .NET API Reference Library
RemoveParent Method (parent)
Namespaces > HAPI > Node > RemoveParent(Node)
Removes the directed link between a parent and this Node.
Syntax
C#Visual BasicManaged C++
public void RemoveParent (
	Node parent
)
Public Sub RemoveParent ( _
	parent As Node _
)
public:
void RemoveParent (
	Node^ parent
)
Parameters
parent (Node)
the parent Node that will be removed.
Remarks
The table (if any) of the Node will be updated such that the updated table will be the portion of the old table that corresponds to the parent being in its first state.
Exceptions
ExceptionCondition
ExceptionHugin

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