Environment.SetView (viewType, Boolean, Boolean) Method

Sets the specified view in the active viewport.
Public Sub SetView( _ 
ByVal view As viewType, _ 
ByVal fit As Boolean, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public void SetView( 
viewType view
bool fit
bool animate 
)
This language is not supported or no code example is available.

Parameters

view
viewType

View type

fit
bool

If true fits the view

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition