Main Content

getPosition

Class: slmetric.dashboard.Container
Namespace: slmetric.dashboard

(To be removed) Obtain container position within Metrics Dashboard

The Metrics Dashboard user interface, metricdashboard function, slmetric package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.

Syntax

Num = getPosition(Container)

Description

Num = getPosition(Container) returns the position of an slmetric.dashboard.Container object in an array that holds Metrics Dashboard objects. These objects are in an slmetric.dashboard.Layout, an slmetric.dashboard.Container, or an slmetric.dashboard.Group object. The order of containers in the array corresponds to proceeding from left to right, and then down in the Metrics Dashboard.

Input Arguments

expand all

Specify the slmetric.dashboard.Container object for which you get its position in the array.

Output Arguments

expand all

Position of slmetric.dashboard.Container object within an array that holds the Metrics Dashboard objects in an slmetric.dashboard.Layout, an slmetric.dashboard.Container, or an slmetric.dashboard.Group object.

Data Types: double

Version History

Introduced in R2018b

collapse all

R2022a: Metrics Dashboard will be removed

The Metrics Dashboard user interface, metricdashboard function, slmetric package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.