Description
This function reloads the xrefs whose BlockTableRecord ObjectIds are in xrefIds. The ObjectIds in xrefIds must all be from the working database.
Visual Basic
Public Function ReloadXrefs( xrefIds As ObjectIdCollection ) As void
C#
public void ReloadXrefs( ObjectIdCollection xrefIds );
Parameters
| Parameters | Description |
|---|---|
| ObjectIdCollection xrefIds | Input collection of ObjectIds for the xref BlockTableRecords to unload |