CAMPatterns.count Property

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

Description

The number of items in the collection.

Syntax

"cAMPatterns_var" is a variable referencing a CAMPatterns object.

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

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

Property Value

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

Version

Introduced in version January 2016