Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileSerializer Class / FillModel Method

In This Topic
    FillModel Method (FileSerializer)
    In This Topic
    Initialize the protobuf model for the Eyeshot proprietary file format.
    Syntax
    'Declaration
     
    Protected Overrides Sub FillModel() 
    protected override void FillModel()
    Exceptions
    ExceptionDescription
    When the Content is set to contentType.None or the Serializer.Model is already compiled.
    Remarks
    Derived class have to call the base.FillModel() first.
    See Also