You are here: Start » AVL.NET » Function Reference » Profile » Profile Basics » AVL.GetProfileElement

AVL.GetProfileElement

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Errors

List of possible exceptions:

Error type Description
DomainError inIndex is out of profile range in GetProfileElement.

See also