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