You are here: Start » FIL.NET » Invoke.RotateProfile
Moves the last element ahead of the first one (inShift times).
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateProfile ( Fil.Profile inProfile, int inShift, Fil.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inShift | int | 0 | Default value: 0. | |
![]() | outProfile | Fil.Profile | Output profile. |


