WriteSTEP(Environment, Stream, String, String, String, Boolean) Constructor

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

Environment and stream constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal stream As Stream, _ 
ByVal author As String, _ 
ByVal organization As String, _ 
ByVal originatingSystem As String, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteSTEP( 
Environment environment
Stream stream
string author
string organization
string originatingSystem
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The <see cref="Environment" /> control

stream
Stream

The file stream

author
string

The author name

organization
string

The organization name

originatingSystem
string

The originating system name

selectedOnly
bool

When true, only selected entities are exported.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition