Click or drag to resize

QdbBlobPointCollection Class

A collection of point
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeriesQdbBlobPointCollection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public sealed class QdbBlobPointCollection : IEnumerable<QdbBlobPoint>, 
	IEnumerable, IDisposable

The QdbBlobPointCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the collection can hold without resizing.
Public propertyCount
Gets the number of points in the collection
Public propertyItem
Gets the point at the specified index.
Top
Methods
  NameDescription
Public methodAdd(QdbBlobPoint)
Adds a point to the collection
Public methodAdd(DateTime, Byte)
Adds a point to the collection
Public methodClear
Empties the collection
Public methodDispose
Releases all resources used by the QdbBlobPointCollection
Public methodGetEnumerator
Top
See Also