ModelParameters.count Property
Parent Object:
ModelParametersDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ModelParameters.h>
Description
Returns the number of parameters in the collection.
Syntax
"modelParameters_var" is a variable referencing a ModelParameters object.
# Get the value of the property. propertyValue = modelParameters_var.count
|
"modelParameters_var" is a variable referencing a ModelParameters object.
#include <Fusion/Fusion/ModelParameters.h>
// Get the value of the property. uinteger propertyValue = modelParameters_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014