MotionDetector_GetCellSensitivity
Delphi
function MotionDetector_GetCellSensitivity (x: LongInt; y: LongInt; var Value: OleVariant): Boolean;
C++Builder
bool __fastcall MotionDetector_GetCellSensitivity(System::LongInt x, System::LongInt y, System::LongInt &Value);
C#
public bool MotionDetector_GetCellSensitivity(int x, int y, ref int Value);
VB.NET
Public Function MotionDetector_GetCellSensitivity(x As Integer, y As Integer, ByRef Value As Integer) As Boolean
C++/Qt
BOOL MotionDetector_GetCellSensitivity (int x, int y, int *Value);
Retrieves the sensitivity of a cell in the grid.