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


IBookmark3D.Capture Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IBookmark3D.Capture Method

Copies bookmark properties from given camera.

[Visual Basic .NET]
Public Sub Capture ( _
    ByVal pCamera As ICamera _
)
[C#]
public void Capture (
    ICamera pCamera
);
[C++]
HRESULT Capture(
  ICamera* pCamera
);
[C++]

Parameters pCamera [in]
pCamera is a parameter of type ICamera

Product Availability

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

See Also

IBookmark3D Interface

.NET Samples

Navigating around the SceneControl (Code Files: SceneNavigateAndBookmarks)

.NET Related Topics

How to create and zoom to a bookmark in globe