ContactSets.count Property

Parent Object: ContactSets
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/ContactSets.h>

Description

Returns the number of contacts sets in the design.

Syntax

"contactSets_var" is a variable referencing a ContactSets object.

# Get the value of the property.
propertyValue = contactSets_var.count
"contactSets_var" is a variable referencing a ContactSets object.
#include <Fusion/Components/ContactSets.h>

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

Property Value

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

Version

Introduced in version September 2016