You are here: Start » AVL.NET » AVL.SetProfileElement Method

AVL.SetProfileElement Method

Sets a single element in a profile, located at the specified index.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetProfileElement(
	ref AvlNet.Profile ioProfile,
	int inIndex,
	bool inInverse,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileAvlNet.Profile
inIndexint<0, INF>
inInverseboolReversed order of elements.
inValuefloat

Errors

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

See also