Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / SynchronizeAttributes Method / SynchronizeAttributes(IList<BlockReference>) Method
The collection of devDept.Eyeshot.Entities.BlockReference entities to synchronize

In This Topic
    SynchronizeAttributes(IList<BlockReference>) Method
    In This Topic
    Synchronizes AttributeReference entities of the given devDept.Eyeshot.Entities.BlockReference entities with the data of the devDept.Eyeshot.Entities.Attribute entities contained in their referenced blocks.
    Syntax
    'Declaration
     
    Public Overloads Sub SynchronizeAttributes( _
       ByVal blockReferences As IList(Of BlockReference) _
    ) 
    public void SynchronizeAttributes( 
       IList<BlockReference> blockReferences
    )

    Parameters

    blockReferences
    The collection of devDept.Eyeshot.Entities.BlockReference entities to synchronize
    See Also