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


ISxAnimationEnvironment.GetPlayInterval Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment Interface > ISxAnimationEnvironment.GetPlayInterval Method
ArcGIS Developer Help

ISxAnimationEnvironment.GetPlayInterval Method

Gets the begin and end times of play interval.

[Visual Basic .NET]
Public Sub GetPlayInterval ( _
    ByRef pBeginTime As Double, _
    ByRef pEndTime As Double _
)
[C#]
public void GetPlayInterval (
    ref double pBeginTime,
    ref double pEndTime
);
[C++]
HRESULT GetPlayInterval(
  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. Requires 3D Analyst Extension.

See Also

ISxAnimationEnvironment Interface