Hugin .NET API Reference Library
GetAttribute Method (key)
Namespaces > HAPI > Node > GetAttribute(String)
Returns the value associated with a particular attribute in the attribute list for this Node.
Syntax
C#Visual BasicManaged C++
public string GetAttribute (
	string key
)
Public Function GetAttribute ( _
	key As String _
) As String
public:
String^ GetAttribute (
	String^ key
)
Parameters
key (String)
a String identifying the attribute in question.
Return Value
A String containing the attribute value.
Exceptions
ExceptionCondition
ExceptionHugin

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