ReadAutodesk.SetView Method

Sets the view read from the file on the given viewport.
Public Function SetView( _ 
ByVal viewport As Viewport
) As Boolean
This language is not supported or no code example is available.
public bool SetView( 
Viewport viewport 
)
This language is not supported or no code example is available.

Parameters

viewport
Viewport

The viewport on which to set the view

Return Value

bool

True if the operation was successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition