Hugin .NET API Reference Library
SetAttributes Method (attributes)
Namespaces > HAPI > Node > SetAttributes(List<(Of Attribute>))
Sets the attributes of this Node to attributes.
Syntax
C#Visual BasicManaged C++
public void SetAttributes (
	List<Attribute> attributes
)
Public Sub SetAttributes ( _
	attributes As List(Of Attribute) _
)
public:
void SetAttributes (
	List<Attribute^>^ attributes
)
Parameters
attributes (List<(Of Attribute>))
List of Attributes.
Exceptions
ExceptionCondition
ExceptionHugin

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