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


IAGAnimationEnvironment.IsIntervalPlay Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.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(
  VARIANT_BOOL* pbIsInterval
);
[C++]
HRESULT put_IsIntervalPlay(
  VARIANT_BOOL pbIsInterval
);
[C++]

Parameters pbIsInterval [out, retval] pbIsInterval is a parameter of type VARIANT_BOOL pbIsInterval [in] pbIsInterval is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationEnvironment Interface

.NET Related Topics

How to set the animation environment