Share

Property.id Property

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

Description

Returns the unique ID of this property.

Syntax

"property_var" is a variable referencing a Property object.

# Get the value of the property.
propertyValue = property_var.id

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?