All Cadcorp SIS API Methods

GetFeatureFilterCodes Method

Description

Get the complete list of feature code values for a named feature filter.

Syntax

Visual Basic
Public Function GetFeatureFilterCodes( _
   ByVal filter As String _
) As String

Parameters

filter
The named feature filter to interrogate.

Return Type

A space-separated string containing the feature code values prefixed with their include/exclude status.

Remarks

Available: GEO D OD OM OV SISpy

Groups:

Example

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"