Click or drag to resize
SoNodeKitListPartContainerSet Method

Sends a string to the OIV.Inventor.Fields.SoFieldContainer.Set(System.String) method on the container node.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void ContainerSet(
	string fieldDataString
)

Parameters

fieldDataString
Type: SystemString
Remarks

This is how you can set the value of a switch node if the container node is an OIV.Inventor.Nodes.SoSwitch, for example.

See Also