BlockTableRecord.IsFromExternalReference Property

Description

Returns true if the block table record is describing an xref drawing.

Visual Basic

Public Property IsFromExternalReference() As bool

C#

public bool IsFromExternalReference;

Conditions

Read-only

Notes

The IsFromExternalReference value is used for the third bit in DXF group code 70

Links

BlockTableRecord Class, Autodesk.AutoCAD.DatabaseServices Namespace