CWIMAQBasicParticleReport

NI Vision for Visual Basic

CWIMAQBasicParticleReport

CWIMAQBasicParticleReport is a collection of CWIMAQBasicParticleReportItem objects. It contains one entry for each particle in the image.

Properties

AreaObsolete—Use CWIMAQBasicParticleReportItem.Area instead.

Number of pixels in the particle.
CountNumber of objects in the collection.
RectHeightObsolete—Use CWIMAQBasicParticleReportItem.BoundingRectangle instead.

Height of the bounding rectangle of the particle.
RectLeftObsolete—Use CWIMAQBasicParticleReportItem.BoundingRectangle instead.

Left edge of the bounding rectangle of the particle.
RectTopObsolete—Use CWIMAQBasicParticleReportItem.BoundingRectangle instead.

Top edge of the bounding rectangle of the particle.
RectWidthObsolete—Use CWIMAQBasicParticleReportItem.BoundingRectangle instead.

Width of the bounding rectangle of the particle.
SurfaceObsolete—Use CWIMAQBasicParticleReportItem.Surface instead.

Surface area of the particle, in user-defined units.

Methods

AddAdds an object to the collection and returns the new object.
ItemReturns the specified object from the collection.
RemoveRemoves the specified item from the collection.
RemoveAllRemoves all objects from the collection.

See Also

CWIMAQVision.BasicParticle

CWIMAQBasicParticleReportItem