DataProjects.count Property

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

Description

The number of projects in this collection.

Syntax

"dataProjects_var" is a variable referencing a DataProjects object.

# Get the value of the property.
propertyValue = dataProjects_var.count
"dataProjects_var" is a variable referencing a DataProjects object.
#include <Core/Dashboard/DataProjects.h>

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

Property Value

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

Version

Introduced in version January 2015