LoftCenterLineOrRails.count Property

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

Description

The number of centerlines or rails in the collection.

Syntax

"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.

# Get the value of the property.
propertyValue = loftCenterLineOrRails_var.count
"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.
#include <Fusion/Features/LoftCenterLineOrRails.h>

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

Property Value

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

Version

Introduced in version August 2016