Click or drag to resize
SoTranReceiver Class

Interprets database changes for transcription.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.MiscSoTranReceiver

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoTranReceiver : SoNetBase

The SoTranReceiver type exposes the following members.

Constructors
  NameDescription
Public methodSoTranReceiver

Constructor.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpret

Interprets the transcription commands found in the given input stream.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class is used for transcribing Open Inventor data. Transcription is the process of packaging changes to a database and sending them over a "wire" to another database.

The OIV.Inventor.Misc.SoTranReceiver class is used on the receiving side of transcription. It interprets changes to a Open Inventor database packaged up by an OIV.Inventor.Misc.SoTranSender.

See Also