SetProfileElement
Sets a single element in a profile, located at the specified index.
Syntax
C++
C#
Python
def SetProfileElement( ioProfile: Profile, inIndex: int, inValue: float, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioProfile | Profile | |||
![]() |
inIndex | int | 0 - ![]() |
||
![]() |
inInverse | bool | False | Reversed order of elements | |
![]() |
inValue | float |



