Click or drag to resize
SoTranSenderRemove Method

Adds a REMOVE command to the transcription area.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Remove(
	SoNode parent,
	int n
)

Parameters

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

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

See Also