Environment.SetView (Vector3D, Vector3D, Boolean, Int32, Boolean) Method

Public Sub SetView( _ 
ByVal direction As Vector3D, _ 
ByVal upVector As Vector3D, _ 
ByVal fit As Boolean, _ 
Optional ByVal margin As Integer = 10, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public void SetView( 
Vector3D direction
Vector3D upVector
bool fit
int margin = 10, 
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

direction
Vector3D

upVector
Vector3D

fit
bool

margin
int

selectedOnly
bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition