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

In This Topic
    ConvertToObject Method (EntitySurrogate)
    In This Topic
    Creates the entity related to the surrogate.
    Syntax
    'Declaration
     
    Protected Overrides Function ConvertToObject() As Entity
    protected override Entity ConvertToObject()

    Return Value

    The entity created.
    See Also