ArrangeFeature.errorOrWarningMessage Property

Parent Object: ArrangeFeature
Defined in namespace "adsk::fusion" and the header file is <Fusion/Arrange/ArrangeFeature.h>

Description

Returns the error or warning message in the case where the healthState property returns either WarningFeatureHealthState or ErrorFeatureHealthState. Otherwise this property returns an empty string.

Syntax

"arrangeFeature_var" is a variable referencing an ArrangeFeature object.

# Get the value of the property.
propertyValue = arrangeFeature_var.errorOrWarningMessage
"arrangeFeature_var" is a variable referencing an ArrangeFeature object.
#include <Fusion/Arrange/ArrangeFeature.h>

// Get the value of the property.
string propertyValue = arrangeFeature_var->errorOrWarningMessage();

Property Value

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

Version

Introduced in version January 2025