| SoByteStreamUnconvert Method (SoByteStream) | 
Takes byte stream data and unconverts it back to scene graph objects. 
 
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static SoPathList Unconvert(
	SoByteStream byteStream
)
Public Shared Function Unconvert ( 
	byteStream As SoByteStream
) As SoPathList
public:
static SoPathList^ Unconvert(
	SoByteStream^ byteStream
)
static member Unconvert : 
        byteStream : SoByteStream -> SoPathList 
Parameters
- byteStream
 - Type: OIV.Inventor.MiscSoByteStream
 
Return Value
Type: 
SoPathList
RemarksThe objects are returned in a path list. 
See Also