Share

SymbolTableRecord.IsResolved Property

Description

Returns true if the SymbolTableRecord is part of an xref which has been successfully "resolved" (loaded into the drawing). If the record is not part of an xref, or it is part of an xref but the xref has not been successfully resolved, then false is returned. The SymbolTableRecord.IsDependent property can be used to determine if the record is part of an xref.

Visual Basic

Public Property IsResolved() As bool

C#

public bool IsResolved;

Conditions

Read-only

Links

SymbolTableRecord Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?