This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Target Property (ArcObjects .NET 10.4 SDK) |
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
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.