ChildOperationList.count Property

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

Description

Gets the number of objects in the collection.

Syntax

"childOperationList_var" is a variable referencing a ChildOperationList object.

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

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

Property Value

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

Version

Introduced in version January 2016