Path.count Property

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

Description

The number of curves in the path.

Syntax

"path_var" is a variable referencing a Path object.

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

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

Property Value

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

Version

Introduced in version November 2014