CreatePropertyFilter Method
Description
Creates a named Property Filter in a Named Object Library, replacing any existing Filter with the same name.
Syntax
Visual Basic |
---|
Public Function CreatePropertyFilter( _ ByVal filter As String, _ ByVal formula As String _ ) As Integer |
Parameters
- filter
- The named Filter to create, or replace.
- formula
-
The property expression, e.g.
"_closed&=0"
. See Property Expression Syntax for details.
Remarks
Available: GEO D OM OD OV SISpy
Group:
Example
sis.CreatePropertyFilter ("Closed Items", "_closed&=0" )