Write-only
About Markers

DeleteAllMarkers Method


Description

Deletes all of the markers from the measurement.

 VB Syntax

meas.DeleteAllMarkers

Variable

(Type) - Description

meas

(object) - The Measurement object from which markers will be deleted.

Return Type

Not Applicable

Default

Not Applicable

Examples

meas.DeleteAllMarkers

C++ Syntax

HRESULT DeleteAllMarkers()

Interface

IMeasurement