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


IBookmarkToKeyframe.ConvertToKeyframe Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IBookmarkToKeyframe.ConvertToKeyframe Method

Create a Camera keyframe based on bookmark properties.

[Visual Basic .NET]
Public Function ConvertToKeyframe ( _
) As IKeyframe
[C#]
public IKeyframe ConvertToKeyframe (
);
[C++]
HRESULT ConvertToKeyframe(
  IKeyframe** ppOutKeyframe
);
[C++]

Parameters ppOutKeyframe [out, retval]
ppOutKeyframe is a parameter of type IKeyframe

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IBookmarkToKeyframe Interface