CAMLibraryManager.fusion360PostFolder Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

Gets the absolute path to the folder containing Fusion posts. Fusion posts appear in the post library under the Fusion tab.

Remarks

This property has been retired. Please use the post library to access posts instead.

Syntax

"cAMLibraryManager_var" is a variable referencing a CAMLibraryManager object.

# Get the value of the property.
propertyValue = cAMLibraryManager_var.fusion360PostFolder
"cAMLibraryManager_var" is a variable referencing a CAMLibraryManager object.
#include <Cam/Global/CAMLibraryManager.h>

// Get the value of the property.
string propertyValue = cAMLibraryManager_var->fusion360PostFolder();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version April 2023
Retired in version January 2024