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


IAnimationManagerDialog.Hook 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.Hook Method
ArcGIS Developer Help

IAnimationManagerDialog.Hook Method

Connect the dialog with the current app.

[Visual Basic .NET]
Public Sub Hook ( _
    ByVal pApp As AppRef _
)
[C#]
public void Hook (
    AppRef pApp
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnimationManagerDialog Interface