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 | |
|---|---|---|---|---|---|
![]() | inPolygon | FilNet.Path | |||
![]() | inSegment | FilNet.Segment2D | |||
![]() | outSubsegments | System.Collections.Generic.IList<FilNet.Segment2D> |


