FlatPatternProduct.exportManager Property
Parent Object:
FlatPatternProductDefined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/FlatPatternProduct.h>
Description
Returns the ExportManager for this design. You use the ExportManager to export the current design in various formats.
Syntax
"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
# Get the value of the property. propertyValue = flatPatternProduct_var.exportManager
|
"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
#include <Fusion/SheetMetal/FlatPatternProduct.h>
// Get the value of the property. Ptr<ExportManager> propertyValue = flatPatternProduct_var->exportManager();
|
Property Value
This is a read only property whose value is an
ExportManager.
Version
Introduced in version October 2022