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