API Reference > OdRx Classes > OdRxRefersToAttribute Class
OdRxRefersToAttribute Class
OdRxRefersToAttributeOdRxRefersToAttributeOdRxRefersToAttribute
Syntax
C++
class OdRxRefersToAttribute : public OdRxAttribute;

RxAttribute.h

This attribute is used to provide additional information about properties linked with this one. Usually contained item with the container, like "/BlockTableId/Items" for OdDbEntity "BlockId" property.

 
Name 
Description 
 
Constructor. Creates an attribute containing the provided path.
 
 
Parses the reference path returning the last property. E.g. for "/BlockTableId/Items" it would be "Items" property of the block table.
 
 
path 
Gets the path to the related property. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.