MonitoringIsMetricEnabled Method |
Check if a metric is enabled.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsMetricEnabled(
MonitoringMetricTypes metric
)
Public Function IsMetricEnabled (
metric As MonitoringMetricTypes
) As Boolean
public:
bool IsMetricEnabled(
MonitoringMetricTypes metric
)
member IsMetricEnabled :
metric : MonitoringMetricTypes -> bool
Parameters
- metric
- Type: OIV.RemoteViz.RenderingMonitoringMetricTypes
: metric to check
Return Value
Type:
BooleanRemarks
Return true if the metric is enabled, false otherwise
See Also