Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Serialization Namespace / FileSerializer Class / FillHeaderModel Method

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