Combines two Named Lists using a Boolean operation, returning the answer in a third Named List.
Visual Basic |
---|
Public Function CombineLists( _ ByVal listOutput As String, _ ByVal list1 As String, _ ByVal list2 As String, _ ByVal mode As Integer _ ) As Integer |
The Boolean operation to use:
SIS_BOOLEAN_AND
|
Add Items which are in both list1 and list2. |
SIS_BOOLEAN_OR
|
Add Items which are in list1 or list2. |
SIS_BOOLEAN_XOR | Add Items in which are in list1 or list2, but not in both. |
SIS_BOOLEAN_DIFF | Add Items in which are in list1 but not in list2. |
The listOutput argument may be the same as eitherlist1 or list2 in order to re-use an existing Named List.
Available: GEO MD MM ME OD OM SISpy
Group:
sis.CombineLists ("Combination", "Buildings", "Gardens", SIS_BOOLEAN_AND)
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).