DocumentReferences.count Property

Parent Object: DocumentReferences
Defined in namespace "adsk::core" and the header file is <Core/Application/DocumentReferences.h>

Description

The number of DocumentReference objects in this collection.

Syntax

"documentReferences_var" is a variable referencing a DocumentReferences object.

# Get the value of the property.
propertyValue = documentReferences_var.count
"documentReferences_var" is a variable referencing a DocumentReferences object.
#include <Core/Application/DocumentReferences.h>

// Get the value of the property.
uinteger propertyValue = documentReferences_var->count();

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version June 2017