API Reference > OdDbRoot Classes > OdDbBaseFullSubentPath Class
OdDbBaseFullSubentPath Class
OdDbBaseFullSubentPath
Syntax
C++
class OdDbBaseFullSubentPath;

DbBaseSubentId.h

This base class uniquely defines subentities within in a database instance.

Each OdDbBaseFullSubentPath 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 to the entity containing the subentity. 

Corresponding C++ library: TD_DbRoot 

 

 
Name 
Description 
 
This is the overview for the OdDbBaseFullSubentPath 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 the assignment operator for objects of the OdDbBaseFullSubentPath class. Assigns the value of the second operand to the first one.
 
 
== 
Comparison operator. This operator compares this object with another object of the OdDbBaseFullSubentPath type.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.