Click or drag to resize

HologramGroupBuffer Methods

The BaseSequenceManagerHologramGroupBuffer type exposes the following members.

Methods
  NameDescription
Public methodAdd(Hologram)
Adds an array of holograms to the current buffer.
Public methodAdd(HologramGroup)
Adds a hologram group to the current buffer.
Public methodAdd(HologramGroup)
Adds an array of hologram groups to the current buffer.
Public methodDispose
Public methodRemove
Removes a specific hologram group from the buffer.
Public methodRemoveAt
Removes a hologram group at a specific position.
Public methodRemoveRange
Removes a range of hologram groups.
Public methodReset
Resets all data of the buffer.
Public methodSort
Sorts the holograms in the buffer by acquisition times.
Public methodToArray
Gets the hologram groups buffer as an array.
Public methodToArrayOfHolograms
Gets all the holograms of the buffer as an array.
Top
See Also