Returns the number of currently open documents. This includes documents that are visible and invisible.
# Get the value of the property.propertyValue = documents_var.count
#include <Core/Application/Documents.h>// Get the value of the property.uinteger propertyValue = documents_var->count();