ReadEntityData(String, Dictionary<StringString>, Layer, BlockExKeyedCollection, Boolean, Boolean, Block, TextStyleKeyedCollection, LineTypeKeyedCollection) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the hatchImportMode instead.

Public Sub New( _ 
ByVal xrefPrefix As String, _ 
ByVal duplicatedBlockNamesConversionTable As Dictionary(Of String, String), _ 
ByVal testLayer As Layer, _ 
ByVal importedBlocks As BlockExKeyedCollection, _ 
ByVal skipProxies As Boolean, _ 
ByVal skipOleObjects As Boolean, _ 
ByVal currentBlock As Block, _ 
ByVal importedTextStyles As TextStyleKeyedCollection, _ 
ByVal importedLineTypes As LineTypeKeyedCollection
)
This language is not supported or no code example is available.
public ReadEntityData( 
string xrefPrefix
Dictionary<string, string> duplicatedBlockNamesConversionTable
Layer testLayer
BlockExKeyedCollection importedBlocks
bool skipProxies
bool skipOleObjects
Block currentBlock
TextStyleKeyedCollection importedTextStyles
LineTypeKeyedCollection importedLineTypes 
)
This language is not supported or no code example is available.

Parameters

xrefPrefix
string

duplicatedBlockNamesConversionTable
Dictionary<string, string>

testLayer
Layer

importedBlocks
BlockExKeyedCollection

skipProxies
bool

skipOleObjects
bool

currentBlock
Block

importedTextStyles
TextStyleKeyedCollection

importedLineTypes
LineTypeKeyedCollection

.NET Framework

Supported in: 4.8

In this article

Definition