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


ISceneViewer.Camera Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer Interface > ISceneViewer.Camera Property
ArcGIS Developer Help

ISceneViewer.Camera Property

The scene viewer's camera.

[Visual Basic .NET]
Public Property Camera As ICamera
[C#]
public ICamera Camera {get; set;}
[C++]
HRESULT get_Camera(
  ICamera** ppCamera
);
[C++]
HRESULT putref_Camera(
  ICamera* ppCamera
);
[C++]
Parameters
ppCamera [out, retval]

ppCamera is a parameter of type ICamera** ppCamera [in]
ppCamera is a parameter of type ICamera*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneViewer Interface

.NET Samples

Effects in the GlobeControl Navigating around the GlobeControl 3D dynamic element tracking Multiple globe viewers