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


IAnimationFromPathDialog.RunDialog Method (ArcObjects .NET 10.5 SDK)
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