Return true if this engine support Learn features.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function learn_engine() As Boolean
C#
public bool learn_engine()
C++
public:
 bool learn_engine() sealed 
J#
public bool learn_engine()
JScript
public  function learn_engine() : bool

Remarks

If use of the Learn features are supported this returns true, if no information was received on the learn status, or Learn is not enabled this returns false.

See Also