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

Invoke.CreateSegmentPath

Creates an open path containing collinear, equidistant points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateSegmentPath
(
	Fil.Point2D inBegin,
	Fil.Point2D inEnd,
	int inPointCount,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inBeginFil.Point2DFirst point of the path.
inEndFil.Point2DLast point of the path.
inPointCountint<2, INF>2Number of points in the created path. Default value: 2.
outPathFil.PathOutput path.

See also