Node.CreateNode

Node.CreateNode method

Creates a new Node instance, adds it to !:GlbImage.LogicalNodes and references it as a child in the current graph.

public Node CreateNode(string name = null)
ParameterTypeDescription
nameStringThe name of the instance.

Return Value

A Node instance.

See Also