CAMTemplateLibrary.assetTypeName Property
Parent Object:
CAMTemplateLibraryDefined in namespace "adsk::cam" and the header file is <Cam/CAMTemplate/CAMTemplateLibrary.h>
Description
Get the name of the asset type which can be accessed by the library.
Syntax
"cAMTemplateLibrary_var" is a variable referencing a CAMTemplateLibrary object.
# Get the value of the property. propertyValue = cAMTemplateLibrary_var.assetTypeName
|
"cAMTemplateLibrary_var" is a variable referencing a CAMTemplateLibrary object.
#include <Cam/CAMTemplate/CAMTemplateLibrary.h>
// Get the value of the property. string propertyValue = cAMTemplateLibrary_var->assetTypeName();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version April 2023