Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ParamMapEventArgs Class / GetIntNamedParamAt Method
The key (parameter name) of the value


In This Topic
    GetIntNamedParamAt Method
    In This Topic
    Returns the int value associated with a parameter name.
    Syntax
    'Declaration
     
    Public Function GetIntNamedParamAt( _
       ByVal name As String _
    ) As Integer
    'Usage
     
    Dim instance As ParamMapEventArgs
    Dim name As String
    Dim value As Integer
     
    value = instance.GetIntNamedParamAt(name)
    public int GetIntNamedParamAt( 
       string name
    )

    Parameters

    name
    The key (parameter name) of the value
    Remarks
    Using this method with an invalid parameter name will throw an exception.
    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