This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationUtils Interface > IAGAnimationUtils.KeyframeFromBookmark Method (ArcObjects .NET 10.4 SDK) |
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
This utility function converts spatial bookmarks to keyframes. The input bookmark is specified by pBookmark. The output keyframe is specified by ppKeyframe.