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


IGMxDocumentPriv.AttachGlobeServerAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxDocumentPriv Interface > IGMxDocumentPriv.AttachGlobeServerAnimation Method
ArcGIS Developer Help

IGMxDocumentPriv.AttachGlobeServerAnimation Method

Attaches any animation present to the Globe doc.

[Visual Basic .NET]
Public Sub AttachGlobeServerAnimation ( _
    ByVal pName As IName, _
    ByVal pNewLayers As IArray _
)
[C#]
public void AttachGlobeServerAnimation (
    IName pName,
    IArray pNewLayers
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGMxDocumentPriv Interface