WriteIGES(Environment, String, String, String, String, Boolean) Constructor

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

Environment and file name constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal fileName As String, _ 
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 WriteIGES( 
Environment environment
string fileName
string author
string organization
string originatingSystem
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 (with *.igs extension)

author
string

Author name

organization
string

Organization name

originatingSystem
string

Originating system name

selectedOnly
bool

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

Remarks
 
  • If the file already exists, it will be overwritten.
  • Entity.ColorMethod as colorMethodType.byParent is not supported.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition