WriteFileParams(Model, Drawings, contentType, serializationType, Boolean, Boolean) Constructor

Constructor with the Model and the Drawings.
Public Sub New( _ 
ByVal model As Model, _ 
ByVal drawings As Drawings, _ 
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 WriteFileParams( 
Model model
Drawings drawings
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 Environment.

drawings
Drawings

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
 
Use this constructor to save both Thumbnail and Camera for the Model control.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition