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


IAGAnimationContainer.SpatialBookmarks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationContainer.SpatialBookmarks Property

The spatial bookmarks that can be used to define animations.

[Visual Basic .NET]
Public ReadOnly Property SpatialBookmarks As IArray
[C#]
public IArray SpatialBookmarks {get;}
[C++]
HRESULT get_SpatialBookmarks(
  IArray** ppBookmarks
);
[C++]

Parameters ppBookmarks [out, retval]
ppBookmarks is a parameter of type IArray

Product Availability

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

See Also

IAGAnimationContainer Interface