SensorsCollection Class |
Namespace: Flir.Atlas.Image.Sensors
public class SensorsCollection : IEnumerable<SensorData>, IEnumerable
The SensorsCollection type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of SensorData in the collection.
| |
Item |
Gets the SensorData at the specified index.
|