ArcObjects Library Reference (AnimationUI)  

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