Share

AllExtentDefinition.direction Property

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

Description

Gets and sets the direction of the extent.

Syntax

"allExtentDefinition_var" is a variable referencing an AllExtentDefinition object.

# Get the value of the property.
propertyValue = allExtentDefinition_var.direction

# Set the value of the property.
allExtentDefinition_var.direction = propertyValue

Property Value

This is a read/write property whose value is an ExtentDirections.

Version

Introduced in version March 2022

Was this information helpful?