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


IAnimationCreateKeyframeDialog.SetUpDialog Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (AnimationUI)  

IAnimationCreateKeyframeDialog.SetUpDialog Method

Sets up the dialog.

[Visual Basic .NET]
Public Sub SetUpDialog ( _
    ByVal pTracks As IAGAnimationTracks, _
    ByVal pAnimEnv As IAGAnimationEnvironment _
)
[C#]
public void SetUpDialog (
    IAGAnimationTracks pTracks,
    IAGAnimationEnvironment pAnimEnv
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnimationCreateKeyframeDialog Interface