    

 ## On this page

  

 

 # getBooleanArrayMemberValueAbsolute

 Last update: 16.07.2025 

public [getBooleanArrayMemberValueAbsolute](get-boolean-array-member-value-absolute.md)(mIndex: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html), index: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)

get the value of an 1D boolean array element without validating it

#### Return

the value of the variable

#### Parameters

mIndexmember indexindexarray index#### Throws

[ModelCenterException](../-model-center-exception/index.md)public [getBooleanArrayMemberValueAbsolute](get-boolean-array-member-value-absolute.md)(mIndex: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html), index: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)

get the value of a boolean array element without validating it

#### Return

the value of the variable

#### Parameters

mIndexmember indexindexarray index#### Throws

[ModelCenterException](../-model-center-exception/index.md)