Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / INVariableProvider Interface
Methods

In This Topic
    INVariableProvider Interface Members
    In This Topic

    The following tables list the members exposed by INVariableProvider.

    Public Methods
     NameDescription
     MethodDetermines whether the variable value for the specified index can be set.  
     MethodGets a variable index for the specified string (used during parsing). Returns -1 if the specified string is not a valid variable name.  
     MethodGets the variable value by a previously provided variable index (used during evaluation). Throws an exception if the specified index is not valid.  
     MethodSets the value of the specified variable.  
    Top
    See Also