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


ICamera.Observer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Observer Property
ArcGIS Developer Help

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

Custom scene navigation commands Globe Fly tool