Write-only |
About Markers |
Description |
Makes a marker the Active Marker. Use meas.ActiveMarker to read the number of the active marker. |
VB Syntax |
meas.ActivateMarker(Mnum) |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
Mnum |
(long integer) - the number of the marker to make active. Choose any marker number from 1 to 15. |
Return Type |
None |
Default |
Not Applicable |
Examples |
meas.ActivateMarker(1)'Write |
C++ Syntax |
HRESULT ActivateMarker(long lMarkerNumber) |
Interface |
IMeasurement |
Remarks |
Use ReferenceMarkerState to control the Reference marker. |