API Reference > OdDb Classes > OdDbFullSubentPath Class
OdDbFullSubentPath Class
OdDbFullSubentPathOdDbFullSubentPath
Syntax
C++
class OdDbFullSubentPath : public OdDbBaseFullSubentPath;

DbSubentId.h

This class uniquely defines subentities within in an OdDbDatabase instance.

Each OdDbFullSubentPath object consists of a OdDbSubentId object and an ordered array of Object IDs. The SubentId consists the index and subentType of the object. The array of Object IDs defines 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 
 
This is the overview for the OdDbFullSubentPath constructor overload. 
 
Name 
Description 
 
This is the overview for the objectIds method overload. 
 
This is the overview for the subentId method overload. 
 
Name 
Description 
 
= 
This is =, a member of class OdDbFullSubentPath. 
 
== 
This is ==, a member of class OdDbFullSubentPath. 
 
Name 
Description 
 
less 
Less functor for using in std::set and std::map containers. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.