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


ISxAnimationEnvironment2.PlayTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment2 Interface > ISxAnimationEnvironment2.PlayTime Property
ArcGIS Developer Help

ISxAnimationEnvironment2.PlayTime Property

The current animation time during playing.

[Visual Basic .NET]
Public Property PlayTime As Double
[C#]
public double PlayTime {get; set;}
[C++]
HRESULT get_PlayTime(
  System.Double* pTime
);
[C++]
HRESULT put_PlayTime(
  double pTime
);
[C++]
Parameters
pTime [out, retval]

pTime is a parameter of type double* pTime [in]
pTime is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISxAnimationEnvironment2 Interface