Main Content

getPosition

Class: slmetric.dashboard.Widget
Package: slmetric.dashboard

Obtain widget position within Metrics Dashboard

Description

Num = getPosition(Widget) returns the position of an slmetric.dashboard.Widget object within an array that holds Metrics Dashboard objects. These objects are in an slmetric.dashboard.Layout, an slmetric.dashboard.Group, or an slmetric.dashboard.Container object. The order of objects 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.Widget object for which you get its position in the array.

Output Arguments

expand all

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

Data Types: double

Version History

Introduced in R2018b