Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Serialization Namespace / FileBodySurrogate Class / ConvertToObject Method

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

    Return Value

    The object created.
    Remarks
    This method uses the FileBody.FileBody(IList<Entity>> constructor to create the object.
    See Also