This document is archived and information here might be outdated. Recommended version. |
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