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


ITxActiveTrack.Recenter Method (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* wasCentered
);
[C++]

Parameters wasCentered [out, retval] wasCentered is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITxActiveTrack Interface