Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Item Property (name)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlQueryVariables ► Item[([( String])])
Gets the PlTerm of the given variable name or throw an ArgumentException.


- name (String)
- The name of the variable

The PlTerm (value) of the variable

Exception | Condition |
---|---|
ArgumentException | Is thrown if the name is not the name of a variable. |