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
Input will be modified ioProfile Profile
Input value inIndex int 0 -
Input value inInverse bool False Reversed order of elements
Input value inValue float