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


IBookmark3D.Apply 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.Apply Method
ArcGIS Developer Help

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 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 Samples

Navigating around the SceneControl