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

In This Topic
    ConvertToSurrogate Method (AttributeReference)
    In This Topic
    Converts the entity to its surrogate, for serialization purpose.
    Syntax
    'Declaration
     
    Public Overridable Function ConvertToSurrogate() As AttributeReferenceSurrogate
    public virtual AttributeReferenceSurrogate ConvertToSurrogate()

    Return Value

    The surrogate.
    See Also