PatchFeatures.count Property

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

Description

The number of Patch features in the collection.

Syntax

"patchFeatures_var" is a variable referencing a PatchFeatures object.
# Get the value of the property.
propertyValue = patchFeatures_var.count
"patchFeatures_var" Is a variable referencing a PatchFeatures Object.
#include <Fusion/Features/PatchFeatures.h>

// Get the value of the property.
uinteger propertyValue = patchFeatures_var->count();
"patchFeatures_var" Is a variable referencing a PatchFeatures Object.
// Get the value of the property.
propertyValue = patchFeatures_var.count;

Property Value

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

Version

Introduced in version September 2015