You are here: Start » AVL.NET » AVS.GetProfileElement Method

AVS.GetProfileElement Method

Gets a single value from a profile, located at the specified index.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetProfileElement
(
	AvlNet.Profile inProfile,
	int inIndex,
	bool inInverse,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inIndexint<0, INF>
inInverseboolReversed order of elements.
outValuefloat

See also