CAMPatterns.isValid Property
Parent Object:
CAMPatternsDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMPatterns.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
"cAMPatterns_var" is a variable referencing a CAMPatterns object.
# Get the value of the property. propertyValue = cAMPatterns_var.isValid
|
"cAMPatterns_var" is a variable referencing a CAMPatterns object.
#include <Cam/CAM/CAMPatterns.h>
// Get the value of the property. boolean propertyValue = cAMPatterns_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version January 2016