API Reference > Classes > PRC Base Classes > OdPrcReferencedBase Class
OdPrcReferencedBase Class
OdPrcReferencedBaseOdPrcReferencedBase
Syntax
C++
class OdPrcReferencedBase : public OdPrcBase;

PrcBase.h

Base class for a referenced PRC entity.

Returns the current CAD identifier for the PRC object. 
Returns the current persistent CAD identifier for the PRC object. 
Returns an explicit unique name for "this" entity that can be referenced through PDF or JavaScript. In the case of error, it returns an empty string.
 
id 
Returns the current object identifier for the object. 
Returns true if the object is persistent or false in the other case. 
Returns the PRC object identifier. 
Sets a new CAD identifier value for the PRC object.  
Sets a new persistent CAD identifier value for the PRC object.  
Sets a new PRC object identifier.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.