getEvaluatedPropertyValue

Get evaluated value of property from component

Description

[value] = getEvaluatedPropertyValue(compObj,qualifiedPropName) obtains the evaluated value of a property specified on the component.

Input Arguments

collapse all

Component from which to obtain the property value, specified as a systemcomposer.arch.BaseComponent object.

Qualified propery name, specified as a string or character array.

Output Arguments

collapse all

Value of the property.

Introduced in R2019a