You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » FIL.GetProfileElement
Gets a single value from a profile, located at the specified index.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetProfileElement ( FilNet.Profile inProfile, int inIndex, bool inInverse, out float outValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inIndex | int | <0, INF> | ||
![]() | inInverse | bool | Reversed order of elements. | ||
![]() | outValue | float |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | inIndex is out of profile range in GetProfileElement. |