API Reference > OdDb Classes > OdDbSoftOwnershipId Class
OdDbSoftOwnershipId Class
OdDbSoftOwnershipIdOdDbSoftOwnershipId
Syntax
C++
class OdDbSoftOwnershipId : public OdDbObjectId;

DbObjectId.h

This class is a specialization of OdDbObjectId indicating a soft owner relationship.

An OdDbSoftOwnershipId reference to another object is used when the owner does not requires the owned object, and the owned object cannot exist on its own. 

An OdDbSoftOwnershipId reference to an object dictates that the owned object is written to .dwg and .dxf files whenever the owner object is written. 

Corresponding C++ library: TD_Db 

 

 
Name 
Description 
 
This is the overview for the OdDbSoftOwnershipId constructor overload. 
 
Name 
Description 
 
!= 
This is the overview for the != operator overload. 
 
= 
This is the overview for the = operator overload. 
 
== 
This is the overview for the == operator overload. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.