Share

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

Property Value

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

Version

Introduced in version September 2023

Was this information helpful?