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


In This Topic
    CanSetVariableValue Method
    In This Topic
    Determines whether the variable value for the specified index can be set.
    Syntax
    'Declaration
     
    
    Function CanSetVariableValue( _
       ByVal varIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INVariableProvider
    Dim varIndex As System.Integer
    Dim value As System.Boolean
     
    value = instance.CanSetVariableValue(varIndex)
    System.bool CanSetVariableValue( 
       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