Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileHeaderSurrogate Class / ConvertToObject Method

In This Topic
    ConvertToObject Method (FileHeaderSurrogate)
    In This Topic
    Creates the object related to the surrogate.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function ConvertToObject() As FileHeader
    protected override FileHeader ConvertToObject()

    Return Value

    The object created.
    Remarks
    This method uses the FileHeader.FileHeader Constructor constructor to create the object.
    See Also