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
Name | Type | Description |
arr | PropertyArrayContainedConcept | A PropertyArray of ContainedConcept type. |
Returns
Type | Description |
ContainedConcept[] | A ContainedConcept array containing all of the instances in PropertyArrayContainedConcept in the correct order. |