ArcObjects Library Reference (3DAnalyst)  

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 Snippets

Zoom to Selected Globe Features | Create Animation from Path | Toggle Between Surface and Global Navigation Mode | Create Animation from Keyframes | Zoom to Globe Layer | Zoom to 3D Bookmark |

.NET Samples

3D dynamic element tracking (Code Files: TrackDynamicObject) | Effects in the GlobeControl (Code Files: Effects) | Multiple globe viewers (Code Files: MultipleGlobeViewers) | Navigating around the GlobeControl (Code Files: Navigation) |

.NET Related Topics

3DAnalyst | How to zoom to a layer in globe | How to zoom to selected features in globe |