Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Item Property (name)
SwiPlCs interfaceSbsSW.SwiPlCsPlQueryVariablesItem[([( String])])
Gets the PlTerm of the given variable name or throw an ArgumentException.
Declaration Syntax
C#Visual BasicVisual C++F#
public PlTerm this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As PlTerm
	Get
public:
property PlTerm default[String^ name] {
	PlTerm get (String^ name);
}
member Item : PlTerm with get
Parameters
name (String)
The name of the variable
Return Value
PlTerm
The PlTerm (value) of the variable
Exceptions
ExceptionCondition
ArgumentExceptionIs thrown if the name is not the name of a variable.

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)