Class RCommand
Set starting point
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.EPL
Assembly: Simplic.EPL.dll
Syntax
public class RCommand : EPLCommand
Constructors
| Improve this Doc View SourceRCommand()
Create
Declaration
public RCommand()
Properties
| Improve this Doc View SourceCommandName
Command: R
Declaration
public override string CommandName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceMaxParameter
Max parameter: 2
Declaration
public override int MaxParameter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceMinParameter
Min parameter: 2
Declaration
public override int MinParameter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceP1
Horizontal starting point
Declaration
public string P1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P2
Vertical starting point
Declaration
public string P2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |