Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTool Class / Ambient Property


In This Topic
    Ambient Property (NTool)
    In This Topic
    Gets or sets whether the tool is ambient. Ambient tools are such tools that are usually not disabled by the NInteractor.EnableTool method.
    Syntax
    'Declaration
     
    
    Public Property Ambient As System.Boolean
    'Usage
     
    
    Dim instance As NTool
    Dim value As System.Boolean
     
    instance.Ambient = value
     
    value = instance.Ambient
    public System.bool Ambient {get; set;}
    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