Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramCommandCollection Class / GetCommandFromId Method
command id


In This Topic
    GetCommandFromId Method (NDiagramCommandCollection)
    In This Topic
    Gets the diagram command which corresponds to the specified id
    Syntax
    'Declaration
     
    
    Public Function GetCommandFromId( _
       ByVal id As System.Integer _
    ) As NDiagramCommand
    'Usage
     
    
    Dim instance As NDiagramCommandCollection
    Dim id As System.Integer
    Dim value As NDiagramCommand
     
    value = instance.GetCommandFromId(id)
    public NDiagramCommand GetCommandFromId( 
       System.int id
    )

    Parameters

    id
    command id

    Return Value

    diagram command
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also