You are here: Start » FIL.NET » FIS.FisFilter_MakeProfile Method

FIS.FisFilter_MakeProfile Method

Creates a profile structure.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakeProfile
(
	float inXOffset,
	float inXScale,
	IList<float> inValues,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inXOffsetfloat
inXScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inValuesSystem.Collections.Generic.IList<float>Input values of the profile.
outProfileFilNet.ProfileOutput profile.

See also