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

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

    Return Value

    The surrogate.
    See Also