Click or drag to resize
SensorsCollectionItem Property
Gets the SensorData at the specified index.

Namespace: Flir.Atlas.Image.Sensors
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public SensorData this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the SensorData to get.

Return Value

Type: SensorData
The SensorData at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count
See Also