License terms of the 3MF File
# Get the value of the property.propertyValue = cAM3MFExportMetadataOptions_var.licenseTerms# Set the value of the property.cAM3MFExportMetadataOptions_var.licenseTerms = propertyValue
#include <Cam/CAM/CAM3MFExportMetadataOptions.h>// Get the value of the property.string propertyValue = cAM3MFExportMetadataOptions_var->licenseTerms();// Set the value of the property, where value_var is a string.bool returnValue = cAM3MFExportMetadataOptions_var->licenseTerms(value_var);