Cadcorp SIS API Methods

SplitCombinedFilter Method

Description

Recreate the two filters that were combined to make the named combined filter.

Syntax

Visual Basic
Public Function SplitCombinedFilter( _
   ByVal filter As String, _
   ByVal filter1 As String, _
   ByVal filter2 As String _
) As Long

Parameters

filter
The named combined filter to interrogate.
 
filter1
A named filter to create or replace; this will contain the contents of one of the two filters combined to create the combined filter being interrogated.
 
filter2
A named filter to create or replace; this will contain the contents of the other of the two filters combined to create the combined filter being interrogated.

Remarks

Available: GEO MM ME MD OD OM SISpy

Group:

Example

sis.SplitCombinedFilter("MyCombinedFilter", "filter1", "filter2")

Since any filters can be combined, filter1 and filter2 created above could be of any class - including combined. GetFilterClass should be used on filter1 and filter2 to see which methods are appropriate for any further decomposition of MyCombinedFilter.


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).