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
Input value inProfile Profile Input profile
Input value inIndex int 0 -
Input value inInverse bool False Reversed order of elements
Output value outValue float