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


IAGAnimationUtils.KeyframeFromBookmark Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationUtils Interface > IAGAnimationUtils.KeyframeFromBookmark Method
ArcGIS Developer Help

IAGAnimationUtils.KeyframeFromBookmark Method

Create a view keyframe from a spatial bookmark.

[Visual Basic .NET]
Public Sub KeyframeFromBookmark ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pBookmark As ISpatialBookmark, _
    ByRef ppKeyframe As IAGKeyframe _
)
[C#]
public void KeyframeFromBookmark (
    IAGAnimationContainer pContainer,
    ISpatialBookmark pBookmark,
    ref IAGKeyframe ppKeyframe
);
[C++]
HRESULT KeyframeFromBookmark(
  IAGAnimationContainer* pContainer,
  ISpatialBookmark* pBookmark,
  IAGKeyframe** ppKeyframe
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* pBookmark [in]
pBookmark is a parameter of type ISpatialBookmark* ppKeyframe [out]
ppKeyframe is a parameter of type IAGKeyframe**

Product Availability

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

Remarks

This utility function converts spatial bookmarks to keyframes. The input bookmark is specified by pBookmark. The output keyframe is specified by ppKeyframe.

 

See Also

IAGAnimationUtils Interface