Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileHeader Class / ConvertToSurrogate Method

In This Topic
    ConvertToSurrogate Method (FileHeader)
    In This Topic
    Converts the FileHeader to its surrogate, for serialization purpose.
    Syntax
    'Declaration
     
    Public Function ConvertToSurrogate() As FileHeaderSurrogate
    public FileHeaderSurrogate ConvertToSurrogate()

    Return Value

    The surrogate.
    See Also