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


IGMxDocumentPriv.AttachGlobeServerAnimation Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (ArcGlobe)  

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