Instance.Reflection.getPropertyArrayLength()

Signature

int getPropertyArrayLength(Concept instance, String name)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method returns the length of a PropertyArray given the Concept instance and the property name. It returns -1 if the length can't be determined. e.g. no such propertyArray exception

Parameters

NameTypeDescription
instanceConceptthe concept instance
nameStringthe propertyArray name

Returns

TypeDescription
intThe length of a PropertyArray.

Cautions

none