NamedValues.count Property
Parent Object:
NamedValuesDefined in namespace "adsk::core" and the header file is <Core/Application/NamedValues.h>
Description
Returns the number of name value pairs in this object.
Syntax
"namedValues_var" is a variable referencing a NamedValues object.
# Get the value of the property. propertyValue = namedValues_var.count
|
"namedValues_var" is a variable referencing a NamedValues object.
#include <Core/Application/NamedValues.h>
// Get the value of the property. uinteger propertyValue = namedValues_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014