Analyses.accessibilityAnalyses Property

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

Description

Returns the AccessibilityAnalyses object, which provides access to any existing AccessibilityAnalysis objects in the design.

Syntax

"analyses_var" is a variable referencing an Analyses object.

# Get the value of the property.
propertyValue = analyses_var.accessibilityAnalyses
"analyses_var" is a variable referencing an Analyses object.
#include <Fusion/Fusion/Analyses.h>

// Get the value of the property.
Ptr<AccessibilityAnalyses> propertyValue = analyses_var->accessibilityAnalyses();

Property Value

This is a read only property whose value is an AccessibilityAnalyses.

Version

Introduced in version January 2023