PathPatternFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.

# Get the value of the property.
propertyValue = pathPatternFeature_var.isParametric
"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.
#include <Fusion/Features/PathPatternFeature.h>

// Get the value of the property.
boolean propertyValue = pathPatternFeature_var->isParametric();

Property Value

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

Version

Introduced in version November 2014