Operation.isHoleSignatureLinked Property

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

Description

Returns true if this operation's hole signature is linked from another operation. A linked operation may still return false for hasHoleSignature if the source has been cleared. Returns false if the signature is locally stored or absent.

Syntax

"operation_var" is a variable referencing an Operation object.
# Get the value of the property.
propertyValue = operation_var.isHoleSignatureLinked
"operation_var" Is a variable referencing an Operation Object.
#include <Cam/Operations/Operation.h>

// Get the value of the property.
boolean propertyValue = operation_var->isHoleSignatureLinked();
"operation_var" Is a variable referencing an Operation Object.
// Get the value of the property.
propertyValue = operation_var.isHoleSignatureLinked;

Property Value

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

Version

Introduced in version September 2026