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


IGlobeServer.GetAnimation Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IGlobeServer Interface