NamedViews.count Property

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

Description

Returns the number of named views associated with the product. The four standard named views ("TOP", "FRONT", "RIGHT", and "HOME") are not included in this count. Only user-created named view are counted.

Syntax

"namedViews_var" is a variable referencing a NamedViews object.

# Get the value of the property.
propertyValue = namedViews_var.count
"namedViews_var" is a variable referencing a NamedViews object.
#include <Core/Application/NamedViews.h>

// Get the value of the property.
uinteger propertyValue = namedViews_var->count();

Property Value

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

Version

Introduced in version September 2023