Description
Sets the maximum of a result filter. See the FilterType property for more information about result filters.
Syntax
object.FilterMax
Arguments
None.
Return Value
(Double) – the maximum of the filter.
Example
With result Obj
.FilterMin = 100
.FilterMax = 200
.FilterType = RDKFilterTypeStandard
End With