Description
Returns the viewing matrix used to transform from world space to view space. Make sure not to use ViewingMatrix when the view is in the interactive state.
Visual Basic
Public Property ViewingMatrix() As Matrix3d
C#
public Matrix3d ViewingMatrix;
Conditions
Read-only