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


IAnimationManagerDialog.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > AnimationUI > ESRI.ArcGIS.AnimationUI > Interfaces > IA > IAnimationManagerDialog Interface > IAnimationManagerDialog.Show Method
ArcGIS Developer Help

IAnimationManagerDialog.Show Method

Show or hide the dialog.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal bShow As Boolean _
)
[C#]
public void Show (
    bool bShow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnimationManagerDialog Interface