Method GetGridSensors
GetGridSensors()
Get an array of GridSensors to be added in this component. Override this method and return custom GridSensor implementations.
Declaration
protected virtual GridSensorBase[] GetGridSensors()
Returns
| Type | Description |
|---|---|
| GridSensorBase[] | Array of grid sensors to be added to the component. |