SoTranSenderModify Method |
Adds a MODIFY 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 Modify(
SoNode node
)
Public Sub Modify (
node As SoNode
)
public:
void Modify(
SoNode^ node
)
member Modify :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks Updates the field data for the given node to the new contents. Note that this changes only field data; children of groups are not affected, nor is any non-field instance data.
See Also