Description
Returns the camera "up" direction vector to the viewport camera's world coordinate "up" vector. This is the world space vector reference that the viewport's "eye" aligns itself with.
Visual Basic
Public abstract Property CameraUpVector() As Vector3d
C#
public abstract Vector3d CameraUpVector;
Conditions
Read / Write
Links
Viewport Class, Autodesk.AutoCAD.GraphicsInterface Namespace