NodeExists(string)
Gets a value indicating whether a specified node exists in the Program.
public bool NodeExists(string nodeName)
Name | Description |
---|---|
string nodeName | The name of the node. |
true
if a node named nodeName
exists in the Program, false
otherwise.Last modified 1yr ago