CustomObservation.RemoveMeasurement(String) Method

Top 

Description

Removes the Custom Measurement specfied by the measurement label.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

CustomObservation.RemoveMeasurement(

String meausrementLabel)

 

 

Arguments

meausrementLabel


Description:

The name or label of the Custom Measurement to be removed.

 

 

 

Return Value

Type:

number

 

 

Returns the 1 if the Custom Measurement was successfully removed.

 

Syntax

myVariable1 = myCustomObservation1.RemoveMeasurement(myString1);

 

 

See also

CustomObservation Object