'Declaration Public Sub ConnectNode( _ ByVal fromNode As ITransformNode, _ ByVal toNode As ITransformNode, _ ByVal toNodeInputIndex As System.Integer _ )
public void ConnectNode( ITransformNode fromNode, ITransformNode toNode, System.int toNodeInputIndex )
Parameters
- fromNode
- The node from which the connection will be made.
- toNode
- The node to which the connection will be made.
- toNodeInputIndex
- The node input that will be connected.