SplitBodyFeatures.count Property

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

Description

The number of split body features in the collection.

Syntax

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

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

Property Value

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

Version

Introduced in version June 2015