GetProfileElement
Gets a single value from a profile, located at the specified index.
Syntax
C++
C#
Python
def GetProfileElement( inProfile: Profile, inIndex: int, /, *, inInverse: bool = False ) -> outValue: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inIndex | int | 0 - ![]() |
||
![]() |
inInverse | bool | False | Reversed order of elements | |
![]() |
outValue | float |



