SoTranSenderReplace Method |
Adds a REPLACE command to the transcription area.
Namespace: OIV.Inventor.MiscAssembly: 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
)
Public Sub Replace (
parent As SoNode,
n As Integer,
newNode As SoNode
)
public:
void Replace(
SoNode^ parent,
int n,
SoNode^ newNode
)
member Replace :
parent : SoNode *
n : int *
newNode : SoNode -> unit
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