Share

FitOnPathTextDefintion.isAbovePath Property

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

Description

Gets and sets if the text should be positioned above or below the path entity.

Syntax

"fitOnPathTextDefintion_var" is a variable referencing a FitOnPathTextDefintion object.

# Get the value of the property.
propertyValue = fitOnPathTextDefintion_var.isAbovePath

# Set the value of the property.
fitOnPathTextDefintion_var.isAbovePath = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version December 2020

Was this information helpful?