IsNodeGroup(string)
Last updated
Was this helpful?
Method in Dialogue
Gets a value indicating whether nodeName is the name of a valid node group in the program.
public bool IsNodeGroup(string nodeName)string nodeName
The name of the node group to check.
true if nodeName is the name of a node group; false otherwise.
Last updated
Was this helpful?
Was this helpful?
