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


IAGGroupAnimationOptions.GetTrackInterval Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.GetTrackInterval Method
ArcGIS Developer Help

IAGGroupAnimationOptions.GetTrackInterval Method

Gets the begin and end times for the group animation.

[Visual Basic .NET]
Public Sub GetTrackInterval ( _
    ByRef pBeginTime As Double, _
    ByRef pEndTime As Double _
)
[C#]
public void GetTrackInterval (
    ref double pBeginTime,
    ref double pEndTime
);
[C++]
HRESULT GetTrackInterval(
  System.Double* pBeginTime,
  System.Double* pEndTime
);
[C++]
Parameters
pBeginTime [out]

pBeginTime is a parameter of type double* pEndTime [out]
pEndTime is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGGroupAnimationOptions Interface