Eyeshot 10 WinForms API Reference
SynchronizeAttributes(IList<BlockReference>) Method

WinForms Assembly > devDept.Eyeshot Namespace > EntityList Class > SynchronizeAttributes Method : SynchronizeAttributes(IList<BlockReference>) Method
The collection of devDept.Eyeshot.Entities.BlockReference entities to synchronize
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

Reference

EntityList Class
EntityList Members
Overload List
SynchronizeAttributes(String) Method