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

Invoke.PathSize

Returns the number of characteristic points on the input path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outSizeint

See also