You are here: Start » AVL.NET » AVL.GetProfileElement(AvlNet.Profile, int, float)
AVL.GetProfileElement(AvlNet.Profile, int, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetProfileElement( AvlNet.Profile inProfile, int inIndex, out float outValue )
Parameters
- inProfile
- Type: AvlNet.Profile
- inIndex
- Type: System.Int32
- outValue
- Type: System.Single
Errors
| Error type | Description |
|---|---|
| DomainError | inIndex is out of profile range in GetProfileElement. |
