Operation.setHoleSignatureXML Method

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

Description

Sets the hole signature for this operation using an XML string. Returns true if successful.

Syntax

"operation_var" is a variable referencing an Operation object.

returnValue = operation_var.setHoleSignatureXML(xml)
"operation_var" is a variable referencing an Operation object.

#include <Cam/Operations/Operation.h>

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

returnValue = operation_var.setHoleSignatureXML(xml);

Parameters

Name Type Description
xml string

Version

Introduced in version September 2026