You are here: Start » FIL.NET » FIS.SegmentLine Method
FIS.SegmentLine Method
Computes the line passing through a segment.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void SegmentLine ( FilNet.Segment2D inSegment, out FilNet.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | Input segment. | ||
![]() | outLine | FilNet.Line2D | The resulting line. |


