void clear (PropertyArray arr)
void clear (PropertyArray arr)
arr
. For a Concept Array, you will have to
loop and delete each instance using: Instance.PropertyArray.removeContainedConcept()
or Instance.PropertyArray.removeConceptReference()
.Name | Type | Description |
---|---|---|
arr | PropertyArray | A PropertyArray to clear all elements from. |
Type | Description |
---|---|
void |