DataFiles.count Property

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

Description

The number of data items in this collection.

Syntax

"dataFiles_var" is a variable referencing a DataFiles object.

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

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

Property Value

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

Version

Introduced in version January 2015