You are here: Start » FIL.NET » FIS.TrimSegmentToPolygon Method

FIS.TrimSegmentToPolygon Method

Finds all subsegments that are inside a given polygon.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimSegmentToPolygon
(
	FilNet.Path inPolygon,
	FilNet.Segment2D inSegment,
	IList<FilNet.Segment2D> outSubsegments
)

Parameters

Name Type Range Default Description
inPolygonFilNet.Path
inSegmentFilNet.Segment2D
outSubsegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>

See also