PrintSetting.createFromXML Method
Parent Object: PrintSettingDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSetting.h>
Description
Creates a PrintSetting from a xml content.
Syntax
Return Value
Type | Description |
PrintSetting | Returns the newly created PrintSetting. |
Parameters
Name | Type | Description |
xmlContent | string | The xml content string of a PrintSetting file to act as a base for creating a PrintSetting from. |