Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileSerializer Class / Deserialize Method
The file stream.

In This Topic
    Deserialize Method (FileSerializer)
    In This Topic
    Deserializes the document.
    Syntax
    'Declaration
     
    Public Sub Deserialize( _
       ByVal stream As Stream _
    ) 
    public void Deserialize( 
       Stream stream
    )

    Parameters

    stream
    The file stream.
    Remarks
    The Content can be changed according to the file content. For example you cannot obtain a contentType.Tessellation result if the file contains only contentType.Geometry data and viceversa.
    See Also