Previous Next


FilterMin Method (RDKResult Object)

Description

Sets the minimum of a result filter. See the FilterType property for more information about result filters.

Syntax

object.FilterMin

Arguments

None.

Return Value

(Double) – the minimum of the filter.

Example

With result Obj
    .FilterMin = 100
    .FilterMax = 200
    .FilterType = RDKFilterTypeStandard
End With