You are here: Start » FIL.NET » FIS.FisFilter_AccessProfile Method
FIS.FisFilter_AccessProfile Method
Returns individual fields of a profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_AccessProfile ( FilNet.Profile inProfile, out float outXOffset, out float outXScale, IList<float> outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | outXOffset | float | |||
![]() | outXScale | float | |||
![]() | outValues | System.Collections.Generic.IList<float> | Output values of the profile. |