SoNodeKitListPartContainerSet Method |
Sends a string to the set() method on the container node.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void ContainerSet(
string fieldDataString
)
Public Sub ContainerSet (
fieldDataString As String
)
public:
void ContainerSet(
String^ fieldDataString
)
member ContainerSet :
fieldDataString : string -> unit
Parameters
- fieldDataString
- Type: SystemString
RemarksThis is how you can set the value of a switch node if the container node is an SoSwitch, for example.
See Also