Hugin .NET API Reference Library
GetParents Method
Namespaces > HAPI > Node > GetParents()
Returns a NodeList with the parent Nodes of this Node.
Syntax
C#Visual BasicManaged C++
public NodeList GetParents ()
Public Function GetParents As NodeList
public:
NodeList^ GetParents ()
Return Value
A NodeList containing the parent Nodes of this Node.
Remarks
If no parents exist, an empty NodeList is returned.
Exceptions
ExceptionCondition
ExceptionHugin

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