Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartCommandCollection Class / GetCommandFromId Method
command id


In This Topic
    GetCommandFromId Method (NChartCommandCollection)
    In This Topic
    Gets the chart command corresponding to the specified id
    Syntax
    'Declaration
     
    
    Public Function GetCommandFromId( _
       ByVal id As System.Integer _
    ) As NChartCommand
    'Usage
     
    
    Dim instance As NChartCommandCollection
    Dim id As System.Integer
    Dim value As NChartCommand
     
    value = instance.GetCommandFromId(id)
    public NChartCommand GetCommandFromId( 
       System.int id
    )

    Parameters

    id
    command id

    Return Value

    chart 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