Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / ConvertToSurrogate Method

In This Topic
    ConvertToSurrogate Method (Entity)
    In This Topic
    Converts the entity to its surrogate, for serialization purpose.
    Syntax
    'Declaration
     
    Public MustOverride Function ConvertToSurrogate() As EntitySurrogate
    public abstract EntitySurrogate ConvertToSurrogate()

    Return Value

    The surrogate.
    See Also