Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadFileAsyncWithBlocksAndLayers Class / AddToScene Method / AddToScene(ViewportLayout,Int32) Method
The Viewport used to add entities
The destination layer index.

In This Topic
    AddToScene(ViewportLayout,Int32) Method
    In This Topic
    Adds the entities loaded from the file to the scene.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub AddToScene( _
       ByVal viewportLayout As ViewportLayout, _
       ByVal layerIndex As Integer _
    ) 
    public override void AddToScene( 
       ViewportLayout viewportLayout,
       int layerIndex
    )

    Parameters

    viewportLayout
    The Viewport used to add entities
    layerIndex
    The destination layer index.
    See Also