ArcObjects Library Reference (3DAnalyst)  

IBookmark3D.Apply Method

Applies bookmark to given viewer.

[Visual Basic .NET]
Public Sub Apply ( _
    ByVal pViewer As ISceneViewer, _
    ByVal bAnimate As Boolean, _
    ByVal animDuration As Double _
)
[C#]
public void Apply (
    ISceneViewer pViewer,
    bool bAnimate,
    double animDuration
);
[C++]
HRESULT Apply(
  ISceneViewer* pViewer,
  VARIANT_BOOL bAnimate,
  double animDuration
);
[C++]

Parameters

pViewer [in]

  pViewer is a parameter of type ISceneViewer

bAnimate [in]   bAnimate is a parameter of type VARIANT_BOOL animDuration [in]   animDuration is a parameter of type double

Product Availability

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

See Also

IBookmark3D Interface

.NET Snippets

Navigate Scene to Bookmark3D | Zoom to 3D Bookmark

.NET Samples

Navigating around the SceneControl (Code Files: SceneNavigateAndBookmarks)