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