ArcObjects Library Reference (Controls)  

IGlobeHookHelper.ActiveViewer Property

Active scene viewer of hooked control or application.

[Visual Basic .NET]
Public ReadOnly Property ActiveViewer As ISceneViewer
[C#]
public ISceneViewer ActiveViewer {get;}
[C++]
HRESULT get_ActiveViewer(
  ISceneViewer** ppSceneViewer
);
[C++]

Parameters

ppSceneViewer [out, retval]

  ppSceneViewer is a parameter of type ISceneViewer

Product Availability

Available with ArcGIS Engine.

Description

The ISceneViewer interface of the IGlobeViewer object of the hook passed to the ICommand::OnCreate event. The SceneViewer is returned regardless of whether the hook is a GlobeControl, ToolbarControl (with a 'buddy' GlobeControl) or ArcGlobe.

Errors Returned

1060 800A0424: The supplied hook is not valid.

See Also

IGlobeHookHelper Interface