Instance.PropertyArray.clear()

Signature

void clear (PropertyArray arr)

Domain

ACTION, BUI

Description

Removes all elements from arr. For a Concept Array, you will have to loop and delete each instance using: Instance.PropertyArray.removeContainedConcept() or Instance.PropertyArray.removeConceptReference().

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to clear all elements from.

Returns

TypeDescription
void

Cautions

none