Eyeshot 10 WinForms API Reference
AddToScene(ViewportLayout,String) Method

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadFileAsyncWithBlocksAndLayers Class > AddToScene Method : AddToScene(ViewportLayout,String) Method
The Viewport used to add entities
The destination layer name
Adds the entities loaded from the file to the scene.
Syntax
'Declaration
 
Public Overloads Overrides Sub AddToScene( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal layerName As String _
) 
public override void AddToScene( 
   ViewportLayout viewportLayout,
   string layerName
)

Parameters

viewportLayout
The Viewport used to add entities
layerName
The destination layer name
See Also

Reference

ReadFileAsyncWithBlocksAndLayers Class
ReadFileAsyncWithBlocksAndLayers Members
Overload List