Returns the collection of attributes associated with this document.
# Get the value of the property.propertyValue = document_var.attributes
#include <Core/Application/Document.h>// Get the value of the property.Ptr<Attributes> propertyValue = document_var->attributes();