C++
bool isResolved() const;
Description
This function 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 AcDbSymbolTableRecord::isDependent() method can be used to determine if the record is part of an xref.
The isResolved value is used for the sixth bit of DXF group code 70.