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.