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