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


IBookmarkToKeyframe.ConvertToKeyframe Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IB > IBookmarkToKeyframe Interface > IBookmarkToKeyframe.ConvertToKeyframe Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IBookmarkToKeyframe Interface