Item Property (name)

SWI-Prolog SbsSW.SwiPlCs

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 Basic Visual C++
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);
}
Parameters
name (String)
The name of the variable
Return Value
The PlTerm (value) of the variable
Exceptions
Exception Condition
ArgumentException Is thrown if the name is not the name of a variable.

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)