SketchTangentDistanceDimension.parameter Property

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

Description

Returns the associated parameter or null if there is no associated parameter.

Syntax

"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.

# Get the value of the property.
propertyValue = sketchTangentDistanceDimension_var.parameter
"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.
#include <Fusion/Sketch/SketchTangentDistanceDimension.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = sketchTangentDistanceDimension_var->parameter();

Property Value

This is a read only property whose value is a ModelParameter.

Version

Introduced in version July 2022