FitOnPathTextDefintion.isAbovePath Property
Parent Object:
FitOnPathTextDefintionDefined 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
|
"fitOnPathTextDefintion_var" is a variable referencing a FitOnPathTextDefintion object.
#include <Fusion/Sketch/FitOnPathTextDefintion.h>
// Get the value of the property. boolean propertyValue = fitOnPathTextDefintion_var->isAbovePath();
// Set the value of the property, where value_var is a boolean. bool returnValue = fitOnPathTextDefintion_var->isAbovePath(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version December 2020