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


