Returns the parent document of this viewport.
# Get the value of the property.propertyValue = viewport_var.parentDocument
#include <Core/Application/Viewport.h>// Get the value of the property.Ptr<Document> propertyValue = viewport_var->parentDocument();