ArcObjects Library Reference (Controls)  

IGlobeControlDefault.GlobeCamera Property

The GlobeCamera object associated with the GlobeControl.

ERROR: Syntax information about IGlobeControlDefault.GlobeCamera may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_GlobeCamera(
  IGlobeCamera** pVal
);
[C++]
HRESULT putref_GlobeCamera(
  IGlobeCamera* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type IGlobeCamera

pVal [in]

  pVal is a parameter of type IGlobeCamera

Product Availability

Available with ArcGIS Engine.

Description

This is a shortcut to the ISceneViewer::Camera property.

Errors Returned

1055 800a041f: A valid object is required for this property

See Also

IGlobeControlDefault Interface

.NET Samples

Displaying MOLE symbology with the GlobeControl (Code Files: MainForm)