Gets the PlTerm of the given variable name or throw an ArgumentException.
| C# | Visual Basic | Visual 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
- name (String)
- The name of the variable
PlTerm
The PlTerm (value) of the variable
The PlTerm (value) of the variable
| Exception | Condition |
|---|---|
| ArgumentException | Is 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)