Instance.PropertyArray.toArrayBoolean()

Signature

boolean[] toArrayBoolean(PropertyArrayBoolean arr)

Domain

ACTION, CONDITION, QUERY

Description

Returns a boolean[] containing all of the boolean values in a PropertyArrayBoolean in the correct order

Parameters

NameTypeDescription
arrPropertyArrayBooleanA PropertyArray of boolean type.

Returns

TypeDescription
boolean[]A boolean array.

Cautions

none