Artificial Intelligence
Artificial Intelligence
Information

KnowledgeProcess.Arg1 property


       Gets or sets the first argument of the function.


Namespace : ielib
Assembly : ielib.dll

public object Arg1 { set; get; }

Property value

Type : System.object

Represents the first argument to the function.


Example Start the process to display a JPEG file.


KnowledgeProcess ProcessJpeg = new KnowledgeProcess("StartProcess");

ProcessJpeg.Arg1 = "C:\\User\\Jean\\Documents\\Pictures\\MyPicture.jpg";