Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadFile Class / FillMaterials Method
The devDept.Eyeshot.ViewportLayout object

In This Topic
    FillMaterials Method (ReadFile)
    In This Topic
    Automatically merges Material definitions with existing ones.
    Syntax
    'Declaration
     
    Public Sub FillMaterials( _
       ByVal viewportLayout As ViewportLayout _
    ) 
    public void FillMaterials( 
       ViewportLayout viewportLayout
    )

    Parameters

    viewportLayout
    The devDept.Eyeshot.ViewportLayout object
    See Also