WriteFileAsync.SynchronizeAttributeReference (BlockKeyedCollection, IList<Entity>) Method

Helper method to synchronize all the attribute reference before writing the file.
Protected Sub SynchronizeAttributeReference( _ 
ByVal blocks As BlockKeyedCollection, _ 
ByVal entities As IList(Of Entity) _ 
)
This language is not supported or no code example is available.
protected void SynchronizeAttributeReference( 
BlockKeyedCollection blocks
IList<Entity> entities 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

The blocks collection.

entities
IList<Entity>

The entities collection.

.NET Framework

Supported in: 4.8

In this article

Definition