Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / DisabledEvaluator Field


In This Topic
    DisabledEvaluator Field
    In This Topic
    EnabledEvaluator that always returns false.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DisabledEvaluator As Nevron.Nov.FunctionResult(Of Boolean,NNode)
    'Usage
     
    
    Dim value As Nevron.Nov.FunctionResult(Of Boolean,NNode)
     
    value = NDesigner.DisabledEvaluator
    public static readonly Nevron.Nov.FunctionResult<bool,NNode> DisabledEvaluator
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also