This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.UpDirection Property (ArcObjects .NET 10.5 SDK) |
The camera's up-vector.
[Visual Basic .NET] Public Property UpDirection As IVector3D
[C#] public IVector3D UpDirection {get; set;}
[C++]
HRESULT get_UpDirection(
IVector3D** upVector
);
[C++]
HRESULT put_UpDirection(
IVector3D* upVector
);
[C++]
Parameters upVector [out, retval]
upVector is a parameter of type IVector3D upVector [in]
upVector is a parameter of type IVector3D