API Reference > OdDb Classes > OdDbXrefFullSubentPath Class
OdDbXrefFullSubentPath Class
OdDbXrefFullSubentPathOdDbXrefFullSubentPath
Syntax
C++
class OdDbXrefFullSubentPath : public OdDbFullSubentPath;

DbDimAssoc.h

This class uniquely defines Xref subentities within an OdDbDatabase instance.

Each OdDbXrefFullSubentPath object consists of a OdDbSubentId object, an ordered array of Object IDs, and an ordered array of entity handles. The SubentId consists the index and subentType of the object. The array of Object IDs, and the array of handles, define the path to the subentity from the outermost entity (in PaperSpace or ModelSpace) to the entity containing the subentity. 

Corresponding C++ library: TD_Db 

 

 
Name 
Description 
 
Reads the .dwg file format data of this object from the specified file.
 
 
Writes the .dwg file format data of this object to the specified filer.
 
 
Writes the DXF format data of this object to the specified filer.
 
 
This is the overview for the xrefObjHandles method overload. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.