Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / ComputePlot Method / ComputePlot(ViewportLayout,Legend) Method
The devDept.Eyeshot.ViewportLayout control
The legend associated with this result plot

In This Topic
    ComputePlot(ViewportLayout,Legend) Method
    In This Topic
    Computes results according to PlotMode settings.
    Syntax
    'Declaration
     
    Public Overloads Sub ComputePlot( _
       ByVal viewportLayout As ViewportLayout, _
       ByVal legend As Legend _
    ) 
    public void ComputePlot( 
       ViewportLayout viewportLayout,
       Legend legend
    )

    Parameters

    viewportLayout
    The devDept.Eyeshot.ViewportLayout control
    legend
    The legend associated with this result plot
    See Also