EntityList.SynchronizeAttributes (IList<BlockReference>) Method

Synchronizes AttributeReference entities of the given BlockReference entities with the data of the Attribute entities contained in their referenced blocks.
Public Sub SynchronizeAttributes( _ 
ByVal blockReferences As IList(Of BlockReference) _ 
)
This language is not supported or no code example is available.
public void SynchronizeAttributes( 
IList<BlockReference> blockReferences 
)
This language is not supported or no code example is available.

Parameters

blockReferences
IList<BlockReference>

The collection of BlockReference entities to synchronize

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition