This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.GlobeCamera Property (ArcObjects .NET 10.5 SDK) |
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(
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
This is a shortcut to the ISceneViewer::Camera property.
1055 800a041f: A valid object is required for this property