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

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