Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / SynchronizeAttributes Method / SynchronizeAttributes(String) Method
The name of the block containing the Attributes to synchronize

In This Topic
    SynchronizeAttributes(String) Method
    In This Topic
    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