ArcObjects Library Reference (Controls)  

ISceneControl.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(
  ICamera** pVal
);
[C++]
HRESULT putref_Camera(
  ICamera* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ICamera

pVal [in]

  pVal is a parameter of type ICamera

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

ISceneControl Interface