IndexSet And Method (IndexSet, IndexSet) TIBCO Spotfire 6.0 API Reference
Returns a new IndexSet that is a logical AND between two IndexSet.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public static IndexSet And(
	IndexSet set1,
	IndexSet set2
)

Return Value

Type: IndexSet
A new IndexSet
Exceptions

ExceptionCondition
System ArgumentExceptionIf set1.Capacity not equals set2.Capacity.
See Also