You are here: Start » FIL.NET » FIS.CropProfile Method
FIS.CropProfile Method
Confines a profile to its continuous subsequence.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CropProfile ( FilNet.Profile inProfile, int inStart, int? inLength, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inStart | int | <0, INF> | Index of the first element of the input profile that will be included in the output profile. | |
![]() | inLength | int? | <0, INF> | Length of the output profile. Default value: ftl::NIL. | |
![]() | outProfile | FilNet.Profile | Output profile. |