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


IGlobeServer.GetAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer Interface > IGlobeServer.GetAnimation Method
ArcGIS Developer Help

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