You are here: Start » FIL.NET » Invoke.CropProfile
Confines a profile to its continuous subsequence.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CropProfile ( Fil.Profile inProfile, int inStart, Optional<int> inLength, Fil.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.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 | Ftl.Optional<int> | <0, INF> | Length of the output profile. Default value: ftl::NIL. | |
![]() | outProfile | Fil.Profile | Output profile. |