WriteFileAsyncWithUnits(Environment, String, Boolean) Constructor

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

Standard constructor.
Protected Sub New( _ 
ByVal environment As Environment, _ 
ByVal fileName As String, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
protected WriteFileAsyncWithUnits( 
Environment environment
string fileName
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment control

fileName
string

The file name (it must include the extension)

selectedOnly
bool

When true, only selected entities at root level are written.

Remarks
 
Units is got from Environment control when not null.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition