Get the complete list of feature code values for a named feature filter.
Visual Basic |
---|
Public Function GetFeatureFilterCodes( _ ByVal filter As String _ ) As String |
A space-separated string containing the feature code values prefixed with their include/exclude status.
Available: GEO MM ME MD OD OM OV SISpy
Groups:
sis.CreateFeatureFilter("MyFeatureFilter", "Land-Line")Dim rv As String = sis.GetFeatureFilterCodes("MyFeatureFilter ")
Returns
"+1 +4 +7 +8 +9 +10 +11 +13 +14 +15 +21 +25 +26 +27 +30 +32 ... +10108"
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).