Write-only |
About Markers |
Description |
Deletes a marker from the measurement. |
VB Syntax |
meas.DeleteMarker(Mnum) |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
Mnum |
(long) - Any existing marker number in the measurement |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
meas.DeleteMarker(1) |
C++ Syntax |
HRESULT DeleteMarker(long lMarkerNumber) |
Interface |
IMeasurement |