Operation.linkHoleSignatureFrom Method

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

Description

Links this operation's Hole Signature to the signature of another operation.

Syntax

"operation_var" is a variable referencing an Operation object.

returnValue = operation_var.linkHoleSignatureFrom(sourceOperation)
"operation_var" is a variable referencing an Operation object.

#include <Cam/Operations/Operation.h>

returnValue = operation_var->linkHoleSignatureFrom(sourceOperation);
"operation_var" is a variable referencing an Operation object.

returnValue = operation_var.linkHoleSignatureFrom(sourceOperation);

Parameters

Name Type Description
sourceOperation Operation

Version

Introduced in version September 2026