DataFolder.id Property

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

Description

Returns the unique ID for this folder. This is the same id used in the Forge Data Management API.

Syntax

"dataFolder_var" is a variable referencing a DataFolder object.

# Get the value of the property.
propertyValue = dataFolder_var.id
"dataFolder_var" is a variable referencing a DataFolder object.
#include <Core/Dashboard/DataFolder.h>

// Get the value of the property.
string propertyValue = dataFolder_var->id();

Property Value

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

Version

Introduced in version September 2016