WriteMultiFileParams(BlockKeyedCollection, LayerKeyedCollection, MaterialKeyedCollection, TextStyleKeyedCollection, LineTypeKeyedCollection, HatchPatternKeyedCollection, contentType, serializationType) Constructor

Constructor with the collections.
Public Sub New( _ 
ByVal blocks As BlockKeyedCollection, _ 
Optional ByVal layers As LayerKeyedCollection = null, _ 
Optional ByVal materials As MaterialKeyedCollection = null, _ 
Optional ByVal textStyles As TextStyleKeyedCollection = null, _ 
Optional ByVal lineTypes As LineTypeKeyedCollection = null, _ 
Optional ByVal hatchPatterns As HatchPatternKeyedCollection = null, _ 
Optional ByVal contentType As contentType = contentType.GeometryAndTessellation, _ 
Optional ByVal serializationType As serializationType = serializationType.Uncompressed _ 
)
This language is not supported or no code example is available.
public WriteMultiFileParams( 
BlockKeyedCollection blocks
LayerKeyedCollection layers = null, 
MaterialKeyedCollection materials = null, 
TextStyleKeyedCollection textStyles = null, 
LineTypeKeyedCollection lineTypes = null, 
HatchPatternKeyedCollection hatchPatterns = null, 
contentType contentType = contentType.GeometryAndTessellation, 
serializationType serializationType = serializationType.Uncompressed 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

The blocks collection.

layers
LayerKeyedCollection

The layers collection.

materials
MaterialKeyedCollection

The materials collection.

textStyles
TextStyleKeyedCollection

The text styles collection.

lineTypes
LineTypeKeyedCollection

The line types collection.

hatchPatterns
HatchPatternKeyedCollection

The hatch patterns collection.

contentType
contentType

The content type.

serializationType
serializationType

The serialization type.

Exception type Condition

EyeshotException

Thrown if the blocks collection is null/Nothing or its root block is not defined.

Remarks
 
Using this constructor both Thumbnail and Camera will be not stored.

.NET Framework

Supported in: 4.8

In this article

Definition