ProfileIndices


Returns an array of all indices of the input profile (0, 1, 2, ...).

Syntax

C++
C#
Python
 
def ProfileIndices(
	inProfile: Profile,
	/
)
-> outIndices: list[int]

Parameters

Name Type Default Description
Input value inProfile Profile Input profile
Output value outIndices list[int]