slmetric.metric.MetaInformation Class
Namespace: slmetric.metric
(To be removed) Access meta-information for metrics
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.
Description
You can use the properties of an slmetric.metric.MetaInformation object
      to access meta-information for a shipped metric or custom metric. The meta-information
      includes the metric name, description, and information about the type of data that the metric
      collects.
The property values in an slmetric.metric.MetaInformation object
      correspond to the property values defined in the metric class definition. For information on
      how to specify the properties of a custom metric, see Create a Custom Model Metric for Nonvirtual Block Count.
Construction
Use the method getMetricMetaInformation to return an
        slmetric.metric.MetaInformation object for a metric.