ReadFile(String, Boolean, contentType) Constructor

File name constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
Optional ByVal headerOnly As Boolean = false, _ 
Optional ByVal deserializationType As contentType = contentType.GeometryAndTessellation _ 
)
This language is not supported or no code example is available.
public ReadFile( 
string fileName
bool headerOnly = false, 
contentType deserializationType = contentType.GeometryAndTessellation 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name

headerOnly
bool

When true only the file header is read.

deserializationType
contentType

The contentType that must be read. If not specified, it will be used the one specified inside the file.

.NET Framework

Supported in: 4.8

In this article

Definition