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


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

IAnimationLayerGroupDialog.RunDialog Method

Runs the dialog to create a layer group animation.

[Visual Basic .NET]
Public Sub RunDialog ( _
    ByVal pOptions As IAGGroupAnimationOptions _
)
[C#]
public void RunDialog (
    IAGGroupAnimationOptions pOptions
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnimationLayerGroupDialog Interface