Share

CAM3MFExportMetadataOptions.licenseTerms Property

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

Description

License terms of the 3MF File

Syntax

"cAM3MFExportMetadataOptions_var" is a variable referencing a CAM3MFExportMetadataOptions object.

# Get the value of the property.
propertyValue = cAM3MFExportMetadataOptions_var.licenseTerms

# Set the value of the property.
cAM3MFExportMetadataOptions_var.licenseTerms = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version May 2023

Was this information helpful?