MotionDetector_IsGridValid
property, read-only
Delphi
property MotionDetector_IsGridValid: Boolean read GetMotionDetector_IsGridValid;
C++Builder
__property bool MotionDetector_IsGridValid = {read=GetMotionDetector_IsGridValid, nodefault};
C#
public bool MotionDetector_IsGridValid { get; }
VB.NET
Public ReadOnly Property MotionDetector_IsGridValid As Boolean
C++/Qt
BOOL GetMotionDetector_IsGridValid ();
Returns true if the grid string is correct, false otherwise. See Grid structure.