Properties.item Method

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

Description

Returns the specified property from the collection using an index into the collection.

Syntax

"properties_var" is a variable referencing a Properties object.
returnValue = properties_var.item(index)
"properties_var" is a variable referencing a Properties object.

#include <Core/Application/Properties.h>

returnValue = properties_var->item(index);

Return Value

Type Description
Property Returns the specified item or null if an invalid index was specified.

Parameters

Name Type Description
index integer The index of the property within the collection where the first item is 0.

Version

Introduced in version August 2014