ToEntityExtentDefinition.parentFeature Property

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

Description

Returns the parent feature that this definition is associated with. If this definition has been created statically and is not associated with a feature this property will return null.

Syntax

"toEntityExtentDefinition_var" is a variable referencing a ToEntityExtentDefinition object.

# Get the value of the property.
propertyValue = toEntityExtentDefinition_var.parentFeature
"toEntityExtentDefinition_var" is a variable referencing a ToEntityExtentDefinition object.
#include <Fusion/Features/ToEntityExtentDefinition.h>

// Get the value of the property.
Ptr<Feature> propertyValue = toEntityExtentDefinition_var->parentFeature();

Property Value

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

Version

Introduced in version November 2016