Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Translators Namespace / WriteFileAsync Class / InitLayers Method
The layer collection to write.

In This Topic
    InitLayers Method (WriteFileAsync)
    In This Topic
    Initializes the layers collection with only the exportable ones.
    Syntax
    'Declaration
     
    Protected Overridable Sub InitLayers( _
       ByVal layerCollection As LayerKeyedCollection _
    ) 
    protected virtual void InitLayers( 
       LayerKeyedCollection layerCollection
    )

    Parameters

    layerCollection
    The layer collection to write.
    See Also