'Declaration Public Sub ConnectToEffectInput( _ ByVal toEffectInputIndex As Integer, _ ByVal node As TransformNode, _ ByVal toNodeInputIndex As Integer _ )
public void ConnectToEffectInput( int toEffectInputIndex, TransformNode node, int toNodeInputIndex )
Parameters
- toEffectInputIndex
The effect input to which the transform node will be bound.
- node
The node to which the connection will be made.
- toNodeInputIndex
The node input that will be connected.
Return Value
The method returns an C1.Util.DX.HResult.