CAMParameters.count Property
Parent Object:
CAMParametersDefined in namespace "adsk::cam" and the header file is <Cam/Operations/CAMParameters.h>
Description
The number of items in the collection.
Syntax
"cAMParameters_var" is a variable referencing a CAMParameters object.
# Get the value of the property. propertyValue = cAMParameters_var.count
|
"cAMParameters_var" is a variable referencing a CAMParameters object.
#include <Cam/Operations/CAMParameters.h>
// Get the value of the property. uinteger propertyValue = cAMParameters_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version September 2020