Contents Previous Next


NumValuesFiltered Property (BDKInput Object)

Description

Returns the number of data points that were removed by a called to the ApplyFilter method.

Syntax

object.NumValuesFiltered

Arguments

None.

Return Value

(Long) – the number of filtered values.

Example

'Apply a filter and then display how many values were removed:
inputObj.ApplyFilter(0,0, 100)
MsgBox inputObj.NumValuesFiltered