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


IGlobeServer.GetAnimation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServer.GetAnimation Method

Gets the animation stream.

[Visual Basic .NET]
Public Function GetAnimation ( _
) As Byte[]
[C#]
public Byte[] GetAnimation (
);
[C++]
HRESULT GetAnimation(
  pAnimStream* pAnimStream
);
[C++]

Parameters pAnimStream [out, retval] pAnimStream is a parameter of type

Product Availability

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

See Also

IGlobeServer Interface