Instance.PropertyArray.indexOfConceptReference()

Signature

int indexOfConceptReference(PropertyArrayConceptReference arr, Concept instance)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the index in the PropertyArrayConceptReference of the first occurrence of the specified Concept instance, or -1 if the PropertyArrayConceptReference does not contain this Concept instance.

Parameters

NameTypeDescription
arrPropertyArrayConceptReferenceThe PropertyArrayConceptReference for searching.
instanceConceptThe specified Concept instance to search for.

Returns

TypeDescription
intThe index of value in the given PropertyArrayConceptReference.

Cautions

none