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