PrintSettingLibrary.assetTypeName Property

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

Description

Get the name of the asset type which can be accessed by the library.

Syntax

"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.

# Get the value of the property.
propertyValue = printSettingLibrary_var.assetTypeName
"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.
#include <Cam/PrintSetting/PrintSettingLibrary.h>

// Get the value of the property.
string propertyValue = printSettingLibrary_var->assetTypeName();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version April 2023