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


ISxAnimationEnvironment.PutPlayInterval 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.PutPlayInterval Method
ArcGIS Developer Help

ISxAnimationEnvironment.PutPlayInterval Method

Sets the begin and end times of play interval.

[Visual Basic .NET]
Public Sub PutPlayInterval ( _
    ByVal BeginTime As Double, _
    ByVal EndTime As Double _
)
[C#]
public void PutPlayInterval (
    double BeginTime,
    double EndTime
);
[C++]
HRESULT PutPlayInterval(
  double BeginTime,
  double EndTime
);
[C++]
Parameters
BeginTime [in]

BeginTime is a parameter of type double EndTime [in]
EndTime 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