CreateValueListFilter Method
Description
Creates an empty named Value-list Filter in a Named Object Library, replacing any existing Filter with the same name.
Syntax
Visual Basic |
---|
Public Function CreateValueListFilter( _ ByVal filter As String, _ ByVal propertyName As String _ ) As Integer |
Parameters
- filter
- The name of the Filter to create, or replace.
- propertyName
- The property whose values will be compared by the Value-list Filter.
Remarks
Value-list Filter objects only work on integer properties, i.e. those ending in '&'.
Available: GEO D OD OM SISpy
Group:
Example
sis.CreateValueListFilter ("URN Numbers", "URN&" )