This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IB > IBookmark3D Interface > IBookmark3D.Apply Method (ArcObjects .NET 10.4 SDK) |
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