CAMTemplate.createFromXML Method
Parent Object: CAMTemplateDefined in namespace "adsk::cam" and the header file is <Cam/CAMTemplate/CAMTemplate.h>
Description
Creates a CAMTemplate from an XML string. Invalid template XML will produce errors
Syntax
Return Value
Type | Description |
CAMTemplate | Returns the newly created template. |
Parameters
Name | Type | Description |
xml | string | The XML representation to act as a base for creating a template. |