findMasterBarByIndex
Description​
Tries to find the master bar bounds by a given index.
- JavaScript
- C#
- Kotlin
findMasterBarByIndex(index: number): MasterBarBounds | null
MasterBarBounds? FindMasterBarByIndex(double index)
fun findMasterBarByIndex(index: Double): MasterBarBounds?
Parameter | Summary |
---|---|
indexAll | The index of the master bar to find. |
Returns​
The master bar bounds if it was rendered, or null if no boundary information is available.