System.Sensors.TSensorManager.operator []
C++
TCustomSensor* operator[](int Index) { return this->Sensors[Index]; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Sensors.hpp | System.Sensors | TSensorManager |
Description
Returns the sensor with the specified index.