GetFilterClass Method
Description
Get the class type of a named filter.
Syntax
Visual Basic |
---|
Public Function GetFilterClass( _ ByVal filter As String _ ) As String |
Parameters
- filter
- The named filter to interrogate.
Return Type
A string containing the class of the filter. This will be one of:
"Attrib" | A value-list filter |
"Class" | A combined filter for which GisCombineFilter has not yet been called |
"ClassTree" | A class tree filter |
"Combined" | A combined filter |
"Ftable" | A feature filter |
"Property" | A property filter |
"Layer" | A layer filter |
"Link" | A link filter |
Remarks
Available: GEO OD SISpy
Group:
Example
sis.GetFilterClass (Filter1)