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


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

ISxAnimationEnvironment.State Property

The play or recording state.

[Visual Basic .NET]
Public Property State As esriAnimationState
[C#]
public esriAnimationState State {get; set;}
[C++]
HRESULT get_State(
  esriAnimationState* pState
);
[C++]
HRESULT put_State(
  esriAnimationState pState
);
[C++]
Parameters
pState [out, retval]

pState is a parameter of type esriAnimationState* pState [in]
pState is a parameter of type esriAnimationState

Product Availability

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

See Also

ISxAnimationEnvironment Interface