CAMAdditiveContainer.isValid Property

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

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.

# Get the value of the property.
propertyValue = cAMAdditiveContainer_var.isValid
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.
#include <Cam/CAM/CAMAdditiveContainer.h>

// Get the value of the property.
boolean propertyValue = cAMAdditiveContainer_var->isValid();

Property Value

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

Version

Introduced in version July 2024