NamedView.parentProduct Property

Parent Object: NamedView
Defined in namespace "adsk::core" and the header file is <Core/Application/NamedView.h>

Description

Returns the parent product of this named view.

Syntax

"namedView_var" is a variable referencing a NamedView object.

# Get the value of the property.
propertyValue = namedView_var.parentProduct
"namedView_var" is a variable referencing a NamedView object.
#include <Core/Application/NamedView.h>

// Get the value of the property.
Ptr<Product> propertyValue = namedView_var->parentProduct();

Property Value

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

Version

Introduced in version September 2023