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


IAnimationFromPathDialog.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 > IAnimationFromPathDialog Interface > IAnimationFromPathDialog.RunDialog Method
ArcGIS Developer Help

IAnimationFromPathDialog.RunDialog Method

Runs the dialog to create an animation from a path.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IAnimationFromPathDialog Interface