CAMFolder.parent Property

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

Description

Returns the parent Setup, Folder or Pattern for this Folder.

Syntax

"cAMFolder_var" is a variable referencing a CAMFolder object.

# Get the value of the property.
propertyValue = cAMFolder_var.parent
"cAMFolder_var" is a variable referencing a CAMFolder object.
#include <Cam/CAM/CAMFolder.h>

// Get the value of the property.
Ptr<Base> propertyValue = cAMFolder_var->parent();

Property Value

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

Version

Introduced in version January 2016