Instance.Reflection.getPropertyArrayValue()

Signature

Object getPropertyArrayValue(Concept instance, String name, int index)

Domain

ACTION, BUI

Description

Given the concept instance and property name, get the value of a PropertyArray at the index passed.

Parameters

NameTypeDescription
instanceConceptThe concept instance
nameStringThe name of the propertyArray
indexintThe position in the propertyArray

Returns

TypeDescription
ObjectThe value of the named property

Cautions

none