SketchDistanceBetweenPointAndSurfaceDimension.parameter Property

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

Description

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

Syntax

"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.

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

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

Property Value

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

Version

Introduced in version September 2023