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

Invoke.CreateArcPath

Creates an open path containing cocircular, equidistant points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateArcPath
(
	Fil.Arc2D inArc,
	int inPointCount,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inArcFil.Arc2D
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathFil.PathOutput path.

See also