You are here: Start » FIL.NET » Function Reference » Profile » Profile Spatial Transforms » FIL.UncropProfile

FIL.UncropProfile

Extends the profile by adding zeros at the beginning and at the end.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void UncropProfile
(
	FilNet.Profile inProfile,
	int inStart,
	int inLength,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inStartint<0, INF>Same as in CropProfile.
inLengthint<0, INF>Length of the output profile.
outProfileFilNet.ProfileOutput profile.

See also