You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.ReverseSegment

FIL.ReverseSegment

Swaps the two endpoints of a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
outSegmentFilNet.Segment2D

Examples

ReverseSegment performed on the sample segment.

See also