Gets if this document is the active document in the user interface.
# Get the value of the property.propertyValue = document_var.isActive
#include <Core/Application/Document.h>// Get the value of the property.boolean propertyValue = document_var->isActive();