You are here: Start » AVL.NET » Invoke.GetProfileElement

Invoke.GetProfileElement

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetProfileElement
(
	Avl.Profile inProfile,
	int inIndex,
	bool inInverse,
	out float outValue
)

Parameters

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

See also