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

In This Topic
    CopyDataFromObject Method (AttributeReferenceSurrogate)
    In This Topic
    Copies all data from the object to its surrogate.
    Syntax
    'Declaration
     
    Protected Overrides Sub CopyDataFromObject( _
       ByVal ar As AttributeReference _
    ) 
    protected override void CopyDataFromObject( 
       AttributeReference ar
    )

    Parameters

    ar
    Remarks
    Use this method to fill ALL the properties of this surrogate. It is called by the empty constructor to initialize the surrogates properties.
    See Also