Click or drag to resize
SoTranReceiverInterpret Method

Interprets the transcription commands found in the given input stream.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool Interpret(
	SoInput in
)

Parameters

in
Type: OIV.InventorSoInput

Return Value

Type: Boolean
Remarks

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