You are here: Start » AVL.NET » Invoke.PathSize

Invoke.PathSize

Returns the number of characteristic points on the input path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outSizeint

See also