SoTranReceiverInterpret Method |
Interprets the transcription commands found in the given input stream.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool Interpret(
SoInput in
)
Public Function Interpret (
in As SoInput
) As Boolean
public:
bool Interpret(
SoInput^ in
)
member Interpret :
in : SoInput -> bool
Parameters
- in
- Type: OIV.InventorSoInput
Return Value
Type:
BooleanRemarks Returns false on any error. Note: some errors (such as invalid node references) are recoverable, while others (such as syntax errors) are not.
See Also