ReadMultiFile(String, Boolean, contentType) 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 ReadMultiFile( 
string fileName
bool headerOnly = false, 
contentType deserializationType = contentType.GeometryAndTessellation 
)
This language is not supported or no code example is available.

Parameters

fileName
string

headerOnly
bool

deserializationType
contentType

.NET Framework

Supported in: 4.8

In this article

Definition