Property that returns the parent Path of the entity.
# Get the value of the property.propertyValue = pathEntity_var.parentPath
#include <Fusion/Features/PathEntity.h>// Get the value of the property.Ptr<Path> propertyValue = pathEntity_var->parentPath();