Write/Read |
About Marker Search |
Description |
This property, when on, executes the search function (marker.SearchFunction) every sweep. In effect, turning Tracking ON is the same as executing one of the immediate, one-time, "Search..." methods (such as SearchMin, SearchMax) for every sweep. |
VB Syntax |
mark.Tracking = state |
Variable |
(Type) - Description |
mark |
A Marker (object) |
state |
(boolean) - Tracking state. Choose from: False - Tracking OFF True - Tracking ON |
Return Type |
Boolean |
Default |
False |
Examples |
mark.Tracking = False 'Write |
markTracking = mark.Type 'Read |
|
C++ Syntax |
HRESULT put_Tracking(VARIANT_BOOL bOn) |
Interface |
IMarker |