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


IAGAnimationContainer.AllViews Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationContainer.AllViews Property

All the viewers.

[Visual Basic .NET]
Public ReadOnly Property AllViews As IArray
[C#]
public IArray AllViews {get;}
[C++]
HRESULT get_AllViews(
  IArray** ppViews
);
[C++]

Parameters ppViews [out, retval]
ppViews is a parameter of type IArray

Product Availability

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

See Also

IAGAnimationContainer Interface