Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / AttributeReference Class / SynchronizeAttributes Method
The attribute entity from which to copy the data

In This Topic
    SynchronizeAttributes Method (AttributeReference)
    In This Topic
    Synchronizes the data of the AttributeReference with the data of the attribute, copying all the data except the Value.
    Syntax
    'Declaration
     
    Public Sub SynchronizeAttributes( _
       ByVal attribute As Attribute _
    ) 
    public void SynchronizeAttributes( 
       Attribute attribute
    )

    Parameters

    attribute
    The attribute entity from which to copy the data
    See Also