GetFeatureFilterTable Method
Description
Get the name of the feature table on which the named feature filter is based.
Syntax
Visual Basic |
---|
Public Function GetFeatureFilterTable( _ ByVal filter As String _ ) As String |
Parameters
- filter
- The named feature filter to interrogate.
Return Type
The name of the feature table on which the named feature filter is based.
Remarks
Available: GEO D OD OM OV SISpy
Groups:
Example
sis.FeatureFilterTable ("MyFeatureFilter ")
Returns "Land-Line"