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


IAnimationTool.SetFrameSize 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.SetFrameSize Method
ArcGIS Developer Help

IAnimationTool.SetFrameSize Method

Sets height and width of output frames (in pixels).

[Visual Basic .NET]
Public Sub SetFrameSize ( _
    ByVal nWidth As Integer, _
    ByVal nHeight As Integer _
)
[C#]
public void SetFrameSize (
    int nWidth,
    int nHeight
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IAnimationTool Interface