TangentRelationships.count Property

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

Description

Returns number of TangentRelationship objects in the collection.

Syntax

"tangentRelationships_var" is a variable referencing a TangentRelationships object.

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

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

Property Value

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

Version

Introduced in version May 2022