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.