You are here: Start » FIL.NET » FIS.CreateSegmentPath Method

FIS.CreateSegmentPath Method

Creates an open path containing collinear, equidistant points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateSegmentPath
(
	FilNet.Point2D inBegin,
	FilNet.Point2D inEnd,
	int inPointCount,
	FilNet.Path outPath
)

Parameters

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

See also