ArcObjects Library Reference  (GlobeCore)    

IGlobeServer.GetAnimation Method

Gets the animation stream.

[Visual Basic 6.0]
Function GetAnimation() As Byte
[Visual Basic .NET]
Public Function GetAnimation ( _
) As Byte[]
[C#]
public Byte[] GetAnimation (
);
[Java]
public Byte[] getAnimation (
)
throws
    IOException,
    AutomationException
[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