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


ICamera.Observer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICamera.Observer Property

The observer's position.

[Visual Basic .NET]
Public Property Observer As IPoint
[C#]
public IPoint Observer {get; set;}
[C++]
HRESULT get_Observer(
  IPoint** Observer
);
[C++]
HRESULT put_Observer(
  IPoint* Observer
);
[C++]

Parameters Observer [out, retval]
Observer is a parameter of type IPoint Observer [in]
Observer is a parameter of type IPoint

Product Availability

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

Remarks

The observer represents the origin, or point of view, of the camera. It uses coordinates that are in the same unit of measure as the scene itself.

See Also

ICamera Interface

.NET Samples

Globe Fly tool (Code Files: Fly) | Custom scene navigation commands (Code Files: Fly)