Instance.PropertyArray.toArrayContainedConcept()

Signature

ContainedConcept[] toArrayContainedConcept(PropertyArrayContainedConcept arr)

Domain

ACTION, CONDITION, QUERY

Description

Returns a ContainedConcept[] containing all of the instances in a PropertyArrayContainedConcept in the correct order

Parameters

NameTypeDescription
arrPropertyArrayContainedConceptA PropertyArray of ContainedConcept type.

Returns

TypeDescription
ContainedConcept[]A ContainedConcept array containing all of the instances in PropertyArrayContainedConcept in the correct order.

Cautions

none