Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / FillHeaderModel Method

In This Topic
    FillHeaderModel Method (Serializer)
    In This Topic
    Initialize the protobuf model for the file header.
    Syntax
    'Declaration
     
    Protected Overridable Sub FillHeaderModel() 
    protected virtual void FillHeaderModel()
    Remarks
    Derived class have to call the base.FillModel() first.
    See Also