Share

Database.DetachXref Method

Description

This function detaches the xref in the database whose BlockTableRecord is specified by xrefId.

Visual Basic

Public Function DetachXref(
    xrefId As ObjectId
) As void

C#

public void DetachXref(
    ObjectId xrefId
);

Parameters

Parameters Description
ObjectId xrefId Input object ID of the xref block to detach

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?