Share

Viewport.ViewDirection Property

Description

Accesses the vector (in Model Space WCS coordinates) from the view's target to the view's camera. This also represents the point coordinate set by the AutoCAD VPOINT command.

For more information on view direction, see VPOINT in the AutoCAD Command Reference.

Visual Basic

Public Property ViewDirection() As Vector3d

C#

public Vector3d ViewDirection;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?