Share

StatusMessage.childStatusMessages Property

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

Description

Returns the collection of status codes that are children of this status message.

Syntax

"statusMessage_var" is a variable referencing a StatusMessage object.

# Get the value of the property.
propertyValue = statusMessage_var.childStatusMessages

Property Value

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

Version

Introduced in version July 2021

Was this information helpful?