You are here: Start » FIL.NET » Function Reference » Conversions » FIL.Gap1DToSegment2D

FIL.Gap1DToSegment2D

Converts a gap to a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Gap1DToSegment2D
(
	FilNet.Gap1D inGap,
	out FilNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inGapFilNet.Gap1D
outSegmentFilNet.Segment2D

See also