ClearanceHoleDataQuery.allStandards Property

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

Description

This method returns an array of all the available standards. The standards' names are always English. This English name should be used in the other methods that take the standard as an input argument. If you need to display the standard name to the user, you can use the standardCustomName method To get the localized name.

Syntax

"clearanceHoleDataQuery_var" is a variable referencing a ClearanceHoleDataQuery object.

# Get the value of the property.
propertyValue = clearanceHoleDataQuery_var.allStandards
"clearanceHoleDataQuery_var" is a variable referencing a ClearanceHoleDataQuery object.
#include <Fusion/Features/ClearanceHoleDataQuery.h>

// Get the value of the property.
std::vector<string> propertyValue = clearanceHoleDataQuery_var->allStandards();

Property Value

This is a read only property whose value is an array of type string.

Version

Introduced in version September 2025