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
inProfileAvlNet.ProfileInput profile.
outXOffsetfloat
outXScalefloat
outValuesSystem.Collections.Generic.IList<float>Output values of the profile.

See also