Click or drag to resize
SoNodeKitListPartContainerSet Method

Sends a string to the set() method on the container node.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
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 SoSwitch, for example.

See Also