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

In This Topic
    FillTextStyles Method (ReadAutodesk)
    In This Topic
    Automatically merges text styles with existing ones.
    Syntax
    'Declaration
     
    Public Sub FillTextStyles( _
       ByVal viewportLayout As ViewportLayout _
    ) 
    public void FillTextStyles( 
       ViewportLayout viewportLayout
    )

    Parameters

    viewportLayout
    The ViewportLayout control
    Remarks
    Text styles with the same name of the ones in the viewportayout will be skipped.
    See Also