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
inSegmentFilNet.Segment2DInput segment.
outLineFilNet.Line2DThe resulting line.

See also