Environment.WriteToFileVector Method

Saves a vectorial image of the current scene of the active viewport on disk in EMF format.
Public Sub WriteToFileVector( _ 
ByVal fit As Boolean, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public void WriteToFileVector( 
bool fit
string fileName 
)
This language is not supported or no code example is available.

Parameters

fit
bool

If true captures the whole model, else the current viewport

fileName
string

The name of the file to save

Remarks
 
If the file exists, it's overwritten.

.NET Framework

Supported in: 4.8

In this article

Definition