CAMTemplate.setHoleSignatureXML Method

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

Description

Provide an XML snippet to specify a hole signature. This will have no effect if this is not a hole template. This will fail if the provided snippet is not valid.

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.
returnValue = cAMTemplate_var.setHoleSignatureXML(xmlSnippet)
"cAMTemplate_var" is a variable referencing a CAMTemplate object.

#include <Cam/CAMTemplate/CAMTemplate.h>

returnValue = cAMTemplate_var->setHoleSignatureXML(xmlSnippet);

Return Value

Type Description
boolean This will return true on success, false on failure.

Parameters

Name Type Description
xmlSnippet string

Version

Introduced in version May 2025