HiddenLinesView.FilterLinesToExport Method

Filters the curves to export.
Protected Overridable Function FilterLinesToExport( _ 
ByVal lines As HdlCurve() _ 
) As HdlCurve()
This language is not supported or no code example is available.
protected virtual HdlCurve[] FilterLinesToExport( 
HdlCurve[] lines 
)
This language is not supported or no code example is available.

Parameters

lines
HdlCurve[]

The lines to filter/

Return Value

HdlCurve[]

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

In this article

Definition