API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::xrefStatus Method
OdDbBlockTableRecord::xrefStatus Method
Syntax
C++
OdDb::XrefStatus xrefStatus() const;

Returns the Xref status of this Block.

xrefStatus() returns one of the following: 

 

Name 
Value 
Description 
OdDb::kXrfNotAnXref 
Not an Xref 
OdDb::kXrfResolved 
Resolved 
OdDb::kXrfUnloaded 
Unloaded 
OdDb::kXrfUnreferenced 
Unreferenced 
OdDb::kXrfFileNotFound 
File Not Found 
OdDb::kXrfUnresolved 
Unresolved 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.