Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewSettings Class / FilterLinesToExport Method
The lines to filter/

In This Topic
    FilterLinesToExport Method
    In This Topic
    Filters the lines to export.
    Syntax
    'Declaration
     
    Protected Overridable Function FilterLinesToExport( _
       ByVal lines As List(Of ScreenLine) _
    ) As List(Of ScreenLine)
    protected virtual List<ScreenLine> FilterLinesToExport( 
       List<ScreenLine> lines
    )

    Parameters

    lines
    The lines to filter/

    Return Value

    The filtered lines.
    Remarks
    Override this method to apply custom logic on the lines to be exported (for instance, export only the lines belonging to entities on a given layer).
    See Also