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