Share

Database.ReloadXrefs Method

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

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?