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


ISceneControlDefault.Camera Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControlDefault Interface > ISceneControlDefault.Camera Property
ArcGIS Developer Help

ISceneControlDefault.Camera Property

The Camera object associated with the SceneControl.

[Visual Basic .NET]
Public Property Camera As ICamera
[C#]
public ICamera Camera {get; set;}
[C++]
HRESULT get_Camera(
void
);
[C++]
HRESULT putref_Camera(
);

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

ISceneControlDefault Interface