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

Invoke.CropProfile

Confines a profile to its continuous subsequence.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropProfile
(
	Avl.Profile inProfile,
	int inStart,
	Optional<int> inLength,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inStartint<0, INF>Index of the first element of the input profile that will be included in the output profile.
inLengthAtl.Optional<int><0, INF>Length of the output profile. Default value: atl::NIL.
outProfileAvl.ProfileOutput profile.

See also