ManufacturingModels.count Property

Parent Object: ManufacturingModels
Defined in namespace "adsk::cam" and the header file is <Cam/ManufacturingModels/ManufacturingModels.h>

Description

The number of items in the collection.

Syntax

"manufacturingModels_var" is a variable referencing a ManufacturingModels object.

# Get the value of the property.
propertyValue = manufacturingModels_var.count
"manufacturingModels_var" is a variable referencing a ManufacturingModels object.
#include <Cam/ManufacturingModels/ManufacturingModels.h>

// Get the value of the property.
uinteger propertyValue = manufacturingModels_var->count();

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version April 2023