You are here: Start » FIL.NET » Invoke.RotateProfile

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
inProfileFil.ProfileInput profile.
inShiftint0Default value: 0.
outProfileFil.ProfileOutput profile.

See also