Eyeshot 10 WinForms API Reference
SynchronizeAttributes(String) Method

WinForms Assembly > devDept.Eyeshot Namespace > EntityList Class > SynchronizeAttributes Method : SynchronizeAttributes(String) Method
The name of the block containing the Attributes to synchronize
Synchronizes AttributeReference entities of the devDept.Eyeshot.Entities.BlockReference referring to the blockName block with the data of its devDept.Eyeshot.Entities.Attribute entities.
Syntax
'Declaration
 
Public Overloads Sub SynchronizeAttributes( _
   ByVal blockName As String _
) 
public void SynchronizeAttributes( 
   string blockName
)

Parameters

blockName
The name of the block containing the Attributes to synchronize
See Also

Reference

EntityList Class
EntityList Members
Overload List
SynchronizeAttributes(IList<BlockReference>) Method