This document is archived and information here might be outdated.  Recommended version.


ITxActiveTrack.Recenter Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.Recenter Method

Center the active view around the most current feature of the active track.

[Visual Basic .NET]
Public Function Recenter ( _
) As Boolean
[C#]
public bool Recenter (
);
[C++]
HRESULT Recenter(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxActiveTrack Interface