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 | |
---|---|---|---|---|---|
![]() | inXOffset | float | |||
![]() | inXScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | inValues | System.Collections.Generic.IList<float> | Input values of the profile. | ||
![]() | outProfile | FilNet.Profile | Output profile. |