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