Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / AdjustBlockReferenceBlockNames Method
The mapping of the old and new block names
The collection of entities to update

In This Topic
    AdjustBlockReferenceBlockNames Method
    In This Topic
    Updates the BlockReferences block names according to the specified mapping.
    Syntax
    'Declaration
     
    Public Shared Sub AdjustBlockReferenceBlockNames( _
       ByVal blockNamesMapping As Dictionary(Of String,String), _
       ByVal entities As IList(Of Entity) _
    ) 
    public static void AdjustBlockReferenceBlockNames( 
       Dictionary<string,string> blockNamesMapping,
       IList<Entity> entities
    )

    Parameters

    blockNamesMapping
    The mapping of the old and new block names
    entities
    The collection of entities to update
    See Also