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


IGlobeServerLayerFactory.AnimationContainer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerLayerFactory Interface > IGlobeServerLayerFactory.AnimationContainer Property
ArcGIS Developer Help

IGlobeServerLayerFactory.AnimationContainer Property

The container of animation tracks to be loaded from server.

[Visual Basic .NET]
Public WriteOnly Property AnimationContainer
[C#]
public void AnimationContainer {set;}
[C++]
HRESULT put_AnimationContainer(
  IGlobe* 
);
[C++]
Parameters
 [in]

is a parameter of type IGlobe*

Product Availability

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

See Also

IGlobeServerLayerFactory Interface