You are here: Start » AVL.NET » Invoke.SetProfileElement
Sets a single element in a profile, located at the specified index.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SetProfileElement ( Avl.Profile ioProfile, int inIndex, bool inInverse, float inValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioProfile | Avl.Profile | ||||
![]() | inIndex | int | <0, INF> | ||
![]() | inInverse | bool | Reversed order of elements. | ||
![]() | inValue | float |

