Artificial Intelligence
Artificial Intelligence
Information

KnowledgeProcess.GetExpression() method


       Gets a string that represents the expression of the function.


Namespace : ielib
Assembly : ielib.dll

public string GetExpression()

Return value

Type : System.string

A string that represents the expression of the function.


Example : This method can return an expression string:

StartProcess(Path + "MyPicture.jpg"), whose Path is a variable that contains the path to directory where the file "MyPicture.jpg".