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


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

ICamera.UpDirection Property

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*

Product Availability

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

See Also

ICamera Interface