WriteDatabase.WriteDatabaseInternal Method

Protected Sub WriteDatabaseInternal( _ 
ByVal xRefName As String, _ 
ByVal myEntities As IList(Of Entity), _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs, _ 
ByVal pDb As OdDbDatabase, _ 
ByVal layersToSave As LayerKeyedCollection, _ 
ByVal blocksToSave As BlockKeyedCollection, _ 
ByVal currXRefPaths As Dictionary(Of String, String), _ 
ByVal textStylesToSave As TextStyleKeyedCollection, _ 
ByVal lineTypesToSave As LineTypeKeyedCollection, _ 
ByVal materialsToSave As MaterialKeyedCollection, _ 
ByVal attributeReferenceVisibility As attributeReferenceVisibilityType, _ 
Optional ByVal append As Boolean = false, _ 
Optional ByVal textureImagesPath As String = null _ 
)
This language is not supported or no code example is available.
protected void WriteDatabaseInternal( 
string xRefName
IList<Entity> myEntities
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs
OdDbDatabase pDb
LayerKeyedCollection layersToSave
BlockKeyedCollection blocksToSave
Dictionary<string, string> currXRefPaths
TextStyleKeyedCollection textStylesToSave
LineTypeKeyedCollection lineTypesToSave
MaterialKeyedCollection materialsToSave
attributeReferenceVisibilityType attributeReferenceVisibility
bool append = false, 
string textureImagesPath = null 
)
This language is not supported or no code example is available.

Parameters

xRefName
string

myEntities
IList<Entity>

worker
BackgroundWorker

doWorkEventArgs
DoWorkEventArgs

pDb
OdDbDatabase

layersToSave
LayerKeyedCollection

blocksToSave
BlockKeyedCollection

currXRefPaths
Dictionary<string, string>

textStylesToSave
TextStyleKeyedCollection

lineTypesToSave
LineTypeKeyedCollection

materialsToSave
MaterialKeyedCollection

attributeReferenceVisibility
attributeReferenceVisibilityType

append
bool

textureImagesPath
string

.NET Framework

Supported in: 4.8

In this article

Definition