SoTranSenderRemove Method |
Adds a REMOVE command to the transcription area.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Remove(
SoNode parent,
int n
)
Public Sub Remove (
parent As SoNode,
n As Integer
)
public:
void Remove(
SoNode^ parent,
int n
)
member Remove :
parent : SoNode *
n : int -> unit
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