SensorODProperties.RemoveCustomObservation(String) Method

Top 

Description

Remove the specified Custom Observation from the CustomObservation array.

 

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

SensorODProperties.RemoveCustomObservation(

String observationLabel)

 

 

Arguments

observationLabel


Description:

The name or label for the Custom Observation to be removed.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the Custom Observation was successfully removed, 0 otherwise.

 

Syntax

myVariable1 = mySensorODProperties1.RemoveCustomObservation(myString1);

 

 

See also

SensorODProperties Object