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

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

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Eyeshot.AttributeReference.AttributeReference Constructor(AttributeReferenceData) constructor to create the object.
    See Also