You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.Subpath
Creates an open path from a continuous subsequence of the input path's points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Subpath ( FilNet.Path inPath, int inStart, int inPointCount, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inStart | int | <0, INF> | Index of the first point of the subpath. | |
![]() | inPointCount | int | <0, INF> | 1 | Number of points in the subpath. Default value: 1. |
![]() | outPath | FilNet.Path | The resulting subpath. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect index range on input in Subpath. |