Click or drag to resize
SoTranSenderReplace Method

Adds a REPLACE command to the transcription area.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Replace(
	SoNode parent,
	int n,
	SoNode newNode
)

Parameters

parent
Type: OIV.Inventor.NodesSoNode
n
Type: SystemInt32
newNode
Type: OIV.Inventor.NodesSoNode
Remarks

The nth child of the given (non-NULL) parent node on the receiving end will be replaced with newNode .

See Also