DeleteFaceFeatures.count Property
Parent Object:
DeleteFaceFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/DeleteFaceFeatures.h>
Description
The number of DeleteFaceFeature objects in the collection.
Syntax
"deleteFaceFeatures_var" is a variable referencing a DeleteFaceFeatures object.
# Get the value of the property. propertyValue = deleteFaceFeatures_var.count
|
"deleteFaceFeatures_var" is a variable referencing a DeleteFaceFeatures object.
#include <Fusion/Features/DeleteFaceFeatures.h>
// Get the value of the property. uinteger propertyValue = deleteFaceFeatures_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2016