IndexSet Assign Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Public method Assign(IndexSet)
Copies the content of the specified IndexSet into this one.
Public method Assign(Int32,  UInt32 )
Assigns the indexes from the specified array of indexes encoded as bits. The length of the bits array must be
(capacity + 31)/32
. Bits outside of capacity in the last array element are ignored.
Back to Top
See Also