Environment.Print Method

Computes the hidden lines and opens the Print dialog.
Public Sub Print( _ 
Optional ByVal extents As Boolean = false _ 
)
This language is not supported or no code example is available.
public void Print( 
bool extents = false 
)
This language is not supported or no code example is available.

Parameters

extents
bool

If true fits the model on view, else captures the whole viewport

Remarks
 
For more options use the HiddenLinesViewOnPaper class directly.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition