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


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

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