MotionDetector_Grid
Delphi
property MotionDetector_Grid: string read GetMotionDetector_Grid write SetMotionDetector_Grid;
C++Builder
__property System::UnicodeString MotionDetector_Grid = {read=GetMotionDetector_Grid, write=SetMotionDetector_Grid};
C#
public string MotionDetector_Grid { get; set; }
VB.NET
Public Property MotionDetector_Grid As String
C++/Qt
wchar_t *GetMotionDetector_Grid ();
void SetMotionDetector_Grid (wchar_t *Value);
Used to set or retrieve the sensitivity grid structure, expressed as a simple string.
After modifying the grid structure, test MotionDetector_IsGridValid to check if the grid has been accepted.
By example, the sensitivity grid:
0 0 0 0 0 4 4 4 4 1
5 5 5 5 5 5 5 5 5 1
4 4 4 4 4 4 4 4 4 1
5 5 5 5 5 5 5 5 5 1
6 6 6 6 6 6 6 6 6 1
6 6 6 6 6 6 6 6 6 1
6 6 6 6 6 6 6 6 6 1
3 3 3 3 3 3 3 3 3 1
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
has for MotionDetector_Grid value:
"0000044441 5555555551 4444444441 5555555551 6666666661 66666666661 6666666661 3333333331 0000000000 0000000000"