Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / INVariableProvider Interface / GetVariableValue Method


In This Topic
    GetVariableValue Method
    In This Topic
    Gets the variable value by a previously provided variable index (used during evaluation). Throws an exception if the specified index is not valid.
    Syntax
    'Declaration
     
    
    Function GetVariableValue( _
       ByVal varIndex As System.Integer _
    ) As NVariant
    'Usage
     
    
    Dim instance As INVariableProvider
    Dim varIndex As System.Integer
    Dim value As NVariant
     
    value = instance.GetVariableValue(varIndex)
    NVariant GetVariableValue( 
       System.int varIndex
    )

    Parameters

    varIndex
    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