Palette.id Property

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

Description

Gets The unique, language independent, ID of this palette.

Syntax

"palette_var" is a variable referencing a Palette object.

# Get the value of the property.
propertyValue = palette_var.id
"palette_var" is a variable referencing a Palette object.
#include <Core/UserInterface/Palette.h>

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

Property Value

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

Version

Introduced in version March 2017