Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommand Class / GetById Method


In This Topic
    GetById Method (NCommand)
    In This Topic
    Gets the command associated with the specified id
    Syntax
    'Declaration
     
    
    Public Shared Function GetById( _
       ByVal id As System.Integer _
    ) As NCommand
    'Usage
     
    
    Dim id As System.Integer
    Dim value As NCommand
     
    value = NCommand.GetById(id)
    public static NCommand GetById( 
       System.int id
    )

    Parameters

    id
    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