Returns the parent Application object.
# Get the value of the property.propertyValue = document_var.parent
#include <Core/Application/Document.h>// Get the value of the property.Ptr<Application> propertyValue = document_var->parent();