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


ISxAnimationEnvironment.IsIntervalPlay Property (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.IsIntervalPlay Property
ArcGIS Developer Help

ISxAnimationEnvironment.IsIntervalPlay Property

Indicates whether to play only part of the animation.

[Visual Basic .NET]
Public Property IsIntervalPlay As Boolean
[C#]
public bool IsIntervalPlay {get; set;}
[C++]
HRESULT get_IsIntervalPlay(
  Boolean* pbIsInterval
);
[C++]
HRESULT put_IsIntervalPlay(
  VARIANT_BOOL pbIsInterval
);
[C++]
Parameters
pbIsInterval [out, retval]

pbIsInterval is a parameter of type bool* pbIsInterval [in]
pbIsInterval is a parameter of type bool

Product Availability

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

See Also

ISxAnimationEnvironment Interface