This document is archived and information here might be outdated.  Recommended version.


IGlobeControl.GlobeCamera Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControl Interface > IGlobeControl.GlobeCamera Property
ArcGIS Developer Help

IGlobeControl.GlobeCamera Property

The GlobeCamera object associated with the GlobeControl.

[Visual Basic .NET]
Public Property GlobeCamera As IGlobeCamera
[C#]
public IGlobeCamera GlobeCamera {get; set;}
[C++]
HRESULT get_GlobeCamera(
void
);
[C++]
HRESULT putref_GlobeCamera(
);

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

IGlobeControl Interface