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


IAnimationCreateKeyframeDialog.SetUpDialog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > AnimationUI > ESRI.ArcGIS.AnimationUI > Interfaces > IA > IAnimationCreateKeyframeDialog Interface > IAnimationCreateKeyframeDialog.SetUpDialog Method
ArcGIS Developer Help

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.

Description

Description

See Also

IAnimationCreateKeyframeDialog Interface