You are here: Start » AVL.NET » AVS.PathSize Method

AVS.PathSize Method

Returns the number of characteristic points on the input path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outSizeint

See also