Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteAutodesk Class / WriteDatabase Method

In This Topic
    WriteDatabase Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub WriteDatabase( _
       ByVal xRefName As String, _
       ByVal myEntities As IList(Of Entity), _
       ByVal worker As BackgroundWorker, _
       ByVal doWorkEventArgs As DoWorkEventArgs, _
       ByVal pDb As Teigha.DatabaseServices.Database, _
       ByVal layersToSave As LayerKeyedCollection, _
       ByVal blocksToSave As BlockKeyedCollection, _
       ByVal currXRefPaths As Dictionary(Of String,String), _
       ByVal textStylesToSave As TextStyleKeyedCollection, _
       ByVal lineTypesToSave As LineTypeKeyedCollection, _
       ByVal attributeReferenceVisibility As attributeReferenceVisibilityType, _
       Optional ByVal append As Boolean _
    ) 

    Parameters

    xRefName
    myEntities
    worker
    doWorkEventArgs
    pDb
    layersToSave
    blocksToSave
    currXRefPaths
    textStylesToSave
    lineTypesToSave
    attributeReferenceVisibility
    append
    See Also