CAM3MFExportStructure.parentNameConcatenationString Property

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

Description

String to be used to concatenate parent names. By default, this is set to "+".

Syntax

"cAM3MFExportStructure_var" is a variable referencing a CAM3MFExportStructure object.
# Get the value of the property.
propertyValue = cAM3MFExportStructure_var.parentNameConcatenationString

# Set the value of the property.
cAM3MFExportStructure_var.parentNameConcatenationString = propertyValue
"cAM3MFExportStructure_var" Is a variable referencing a CAM3MFExportStructure Object.
#include <Cam/CAM/CAM3MFExportStructure.h>

// Get the value of the property.
string propertyValue = cAM3MFExportStructure_var->parentNameConcatenationString();

// Set the value of the property, where value_var is a string.
bool returnValue = cAM3MFExportStructure_var->parentNameConcatenationString(value_var);
"cAM3MFExportStructure_var" Is a variable referencing a CAM3MFExportStructure Object.
// Get the value of the property.
propertyValue = cAM3MFExportStructure_var.parentNameConcatenationString;

// Set the value of the property.
cAM3MFExportStructure_var.parentNameConcatenationString = propertyValue;

Property Value

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

Version

Introduced in version April 2026