WriteMultiFileParams(Model, contentType, serializationType, Boolean, Boolean) Constructor

Constructor with the Model.
Public Sub New( _ 
ByVal model As Model, _ 
Optional ByVal contentType As contentType = contentType.GeometryAndTessellation, _ 
Optional ByVal serializationType As serializationType = serializationType.Uncompressed, _ 
Optional ByVal selectedOnly As Boolean = false, _ 
Optional ByVal saveThumbnail As Boolean = true _ 
)
This language is not supported or no code example is available.
public WriteMultiFileParams( 
Model model
contentType contentType = contentType.GeometryAndTessellation, 
serializationType serializationType = serializationType.Uncompressed, 
bool selectedOnly = false, 
bool saveThumbnail = true 
)
This language is not supported or no code example is available.

Parameters

model
Model

The Model control.

contentType
contentType

The content type.

serializationType
serializationType

The serialization type.

selectedOnly
bool

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

saveThumbnail
bool

When true, a thumbnail picture is stored.

Remarks
 
Model's thumbnail and camera data are store only on the main file. If you want to update thumbnail for the other files you need to set UpdateThumbnails to true.

.NET Framework

Supported in: 4.8

In this article

Definition