Find architecture elements using a query
[
finds all element paths starting from the root architecture of the model that satisfy the
p
] = find(obj
,constraint
,Name,Value
)constraint
query with additional options specified by one or more
name-value pair arguments.
[
returns the architecture element objects and their paths that satisfy the
p
, elem
] = find(___)constraint
query. If rootArch
is not provided,
then the function finds model elements in the root architecture of the model. The output
argument paths contain a fully qualified named path
to the element
e
from the given root architecture.
[
finds all element paths starting from the specified root architecture that satisfy the
p
] = find(obj
,constraint
,rootArch
,Name,Value
)constraint
query with additional options specified by one or more
name-value pair arguments.