You are here: Start » FIL.NET » FIL.CropPath
Creates a path contained in a box from another path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CropPath ( FilNet.Path inPath, FilNet.Box inBox, FilNet.CropPathMethod inCropPathMethod, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inBox | FilNet.Box | |||
![]() | inCropPathMethod | FilNet.CropPathMethod | PointToPoint | Default value: PointToPoint. | |
![]() | outPath | FilNet.Path | Output path. |
Examples
![]() |
![]() |
CropPath performed on the sample box and path.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unknown method for cropping a path in CropPath. |