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

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

    Parameters

    viewportLayout
    The ViewportLayout control
    Remarks
    Line types with the same name of the ones in the viewportLayout will be skipped.
    See Also