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 | |
---|---|---|---|---|---|
![]() | inBegin | FilNet.Point2D | First point of the path. | ||
![]() | inEnd | FilNet.Point2D | Last point of the path. | ||
![]() | inPointCount | int | <2, INF> | 2 | Number of points in the created path. Default value: 2. |
![]() | outPath | FilNet.Path | Output path. |