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


IAnimationTool.Put_MxDocument Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IA > IAnimationTool Interface > IAnimationTool.Put_MxDocument Method
ArcGIS Developer Help

IAnimationTool.Put_MxDocument Method

The map document so the animation tool can access the active view (deprecated).

[Visual Basic .NET]
Public Sub put_MxDocument ( _
    ByVal piMxDoc As IMxDocument _
)
[C#]
public void put_MxDocument (
    IMxDocument piMxDoc
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationTool Interface