StatusMessages.count Property

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

Description

Returns the number of status messages in this collection.

Syntax

"statusMessages_var" is a variable referencing a StatusMessages object.

# Get the value of the property.
propertyValue = statusMessages_var.count
"statusMessages_var" is a variable referencing a StatusMessages object.
#include <Core/Application/StatusMessages.h>

// Get the value of the property.
uinteger propertyValue = statusMessages_var->count();

Property Value

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

Version

Introduced in version July 2021