You are here: Start » FIL.NET » FIS.TrimSegment Method
FIS.TrimSegment Method
Creates a segment contained in a box from another segment.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TrimSegment ( FilNet.Segment2D inSegment, FilNet.Box inBox, out FilNet.Segment2D? outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inBox | FilNet.Box | |||
![]() | outSegment | FilNet.Segment2D? |


