PathPatternFeature.patternEntityType Property

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

Description

Returns the type of entities the pattern consists of. This can be used to help determine the type of results that will be found in the pattern elements.

Syntax

"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.

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

// Get the value of the property.
PatternEntityTypes propertyValue = pathPatternFeature_var->patternEntityType();

Property Value

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

Version

Introduced in version July 2015