All Cadcorp SIS API Methods

CreateFeatureFilter Method

Description

Creates a named Feature Filter in a Named Object Library based on a named Feature Table, replacing any existing Filter with the same name.

Syntax

Visual Basic
Public Function CreateFeatureFilter( _
   ByVal filter As String, _
   ByVal ftable As String _
) As Integer

Parameters

filter
The named Filter to create or replace.
 
ftable
The named Feature Table on which to base the Feature Filter.

Remarks

Available: GEO  D OD OM OV SISpy

Group:

Example

sis.CreateFeatureFilter ("MyLand-Line", "Land-Line")

Creates a feature filter called MyLand-Line based on the existing filter Land-Line.