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


ICamera.Target 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.Target Property
ArcGIS Developer Help

ICamera.Target Property

The target's position.

[Visual Basic .NET]
Public Property Target As IPoint
[C#]
public IPoint Target {get; set;}
[C++]
HRESULT get_Target(
  IPoint** Target
);
[C++]
HRESULT put_Target(
  IPoint* Target
);
[C++]
Parameters
Target [out, retval]

Target is a parameter of type IPoint** Target [in]
Target is a parameter of type IPoint*

Product Availability

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

Remarks

The target is what the observer is looking at, or in other words, what the camera is pointed towards. 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 Navigating around the GlobeControl Globe Fly tool