RibFeatures.count Property
Parent Object:
RibFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RibFeatures.h>
Description
The number of Rib features in the collection.
Syntax
"ribFeatures_var" is a variable referencing a RibFeatures object.
# Get the value of the property. propertyValue = ribFeatures_var.count
|
"ribFeatures_var" is a variable referencing a RibFeatures object.
#include <Fusion/Features/RibFeatures.h>
// Get the value of the property. uinteger propertyValue = ribFeatures_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version September 2015