GetLinkFilterIds Method
Description
Get the list of item IDs specified in a named link filter.
Syntax
Visual Basic |
---|
Public Function GetLinkFilterIds( _ ByVal filter As String _ ) As String |
Parameters
- filter
- The named layer filter to interrogate.
Return Type
A string of space-separated values.
Remarks
Available: GEO D OD OM SISpy
Group:
Example
sis.GetLinkFilterIds("MyLinkFilter")
Result:
"1 3 5 7 9 11 13 15 17 19 21 23"