CustomObservation.RemoveMeasurement(String) Method

Top 

Description

Removes the Custom Measurement specfied by the measurement label.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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