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

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
inProfileFil.ProfileInput profile.
inStartint<0, INF>Index of the first element of the input profile that will be included in the output profile.
inLengthFtl.Optional<int><0, INF>Length of the output profile. Default value: ftl::NIL.
outProfileFil.ProfileOutput profile.

See also