EntityList.AdjustBlockReferenceBlockNames Method

Updates the BlockReferences block names according to the specified mapping.
Public Shared Sub AdjustBlockReferenceBlockNames( _ 
ByVal blockNamesMapping As Dictionary(Of String, String), _ 
ByVal entities As IList(Of Entity) _ 
)
This language is not supported or no code example is available.
public static void AdjustBlockReferenceBlockNames( 
Dictionary<string, string> blockNamesMapping
IList<Entity> entities 
)
This language is not supported or no code example is available.

Parameters

blockNamesMapping
Dictionary<string, string>

The mapping of the old and new block names

entities
IList<Entity>

The collection of entities to update

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition