You are here: Start » FIL.NET » Invoke.ReverseSegment

Invoke.ReverseSegment

Swaps the two endpoints of a segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ReverseSegment
(
	Fil.Segment2D inSegment,
	out Fil.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
outSegmentFil.Segment2D

See also