NamedViews.topNamedView Property
Parent Object:
NamedViewsDefined in namespace "adsk::core" and the header file is <Core/Application/NamedViews.h>
Description
Returns the standard named view called "TOP".
Syntax
"namedViews_var" is a variable referencing a NamedViews object.
# Get the value of the property. propertyValue = namedViews_var.topNamedView
|
"namedViews_var" is a variable referencing a NamedViews object.
#include <Core/Application/NamedViews.h>
// Get the value of the property. Ptr<NamedView> propertyValue = namedViews_var->topNamedView();
|
Property Value
This is a read only property whose value is a
NamedView.
Version
Introduced in version September 2023