You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathSize

AVL.PathSize

Returns the number of characteristic points on the input path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathSize
(
	AvlNet.Path inPath,
	out int outSize
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outSizeint

Description

The operation computes the size of the path defined as the number of its characteristic points.

Examples

Size of the sample path equals to 69.

Size of the sample path equals to 17.

See also