WriteXML(Environment, String) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the WriteParams instead.

Standard constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public WriteXML( 
Environment environment
string fileName 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment control

fileName
string

The file name (with *.stl extension)

Remarks
 
If the file already exists, it will be overwritten.

.NET Framework

Supported in: 4.8

In this article

Definition