Eyeshot 10 WinForms API Reference
FilterLinesToExport Method

WinForms Assembly > devDept.Eyeshot Namespace > HiddenLinesViewSettings Class : FilterLinesToExport Method
The lines to filter/
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

Reference

HiddenLinesViewSettings Class
HiddenLinesViewSettings Members