Instance.PropertyArray.clear()

Signature

void clear (PropertyArray arr)

Domain

ACTION, BUI

Description

Removes all elements from arr.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to clear all elements from.

Returns

TypeDescription
void

Cautions

none