ArcObjects Library Reference (Animation)  

IAGAnimationContainer.CurrentView Property

The current active viewer.

[Visual Basic .NET]
Public ReadOnly Property CurrentView As Object
[C#]
public object CurrentView {get;}
[C++]
HRESULT get_CurrentView(
  LPUNKNOWN* ppCurrentView
);
[C++]

Parameters

ppCurrentView [out, retval]   ppCurrentView is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationContainer Interface

.NET Samples

Move a graphic along a path in ArcMap (Code Files: MapGraphicKeyframe)