You are here: Start » FIL.NET » FIS.FisFilter_MakeSegment Method
FIS.FisFilter_MakeSegment Method
Creates a segment structure from individual fields.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeSegment ( FilNet.Point2D inPoint1, FilNet.Point2D inPoint2, out FilNet.Segment2D outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point2D | First point of the segment. | ||
![]() | inPoint2 | FilNet.Point2D | Second point of the segment. | ||
![]() | outSegment | FilNet.Segment2D |


