Recreate the two filters that were combined to make the named combined filter.
Visual Basic |
---|
Public Function SplitCombinedFilter( _ ByVal filter As String, _ ByVal filter1 As String, _ ByVal filter2 As String _ ) As Long |
Available: GEO MM ME MD OD OM SISpy
Group:
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).