HiddenLinesViewSettings.FilterLinesToExport Method

Filters the lines to export.
Protected Overridable Function FilterLinesToExport( _ 
ByVal lines As List(Of ScreenLine) _ 
) As List(Of ScreenLine)
This language is not supported or no code example is available.
protected virtual List<ScreenLine> FilterLinesToExport( 
List<ScreenLine> lines 
)
This language is not supported or no code example is available.

Parameters

lines
List<ScreenLine>

The lines to filter/

Return Value

List<ScreenLine>

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).

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition