Data.refreshDataPanel Method

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

Description

Refreshes the contents of the data panel to ensure what is displayed reflects the latest state.

Syntax

"data_var" is a variable referencing a Data object.
returnValue = data_var.refreshDataPanel()
"data_var" is a variable referencing a Data object.

#include <Core/Dashboard/Data.h>

returnValue = data_var->refreshDataPanel();

Return Value

Type Description
boolean Returns true if the refresh was successful.

Version

Introduced in version September 2016