API Reference > Classes > OdTf Classes > OdTfObject Class
OdTfObject Class
Syntax
C++
class OdTfObject : public OdGiDrawable;

TfObject.h

An abstract interface class that provides functionality for storing information about an object, allows to get an access to the internal object's data (properties) and process different events triggered within the object through adding reactor objects for it. This class is an extension for the OdRxObject class

Corresponding C++ library: Od_Tf

Adds a new persistent reactor object to the element's reactor list.  
Adds a new transient reactor object to the element's reactor list.  
Retrieves the object's owner object.  
Retrieves all the persistent reactors from the element.  
Retrieves the object's property value.  
Retrieves the object's property value.  
Retrieves the object's property value.  
Retrieves all the transient reactors from the element.  
Retrieves whether a specified persistent reactor object is attached to the element.  
Removes a specified persistent reactor object from the element's reactor list.  
Removes a specified transient reactor object from the element's reactor list.  
Sets a new value for the object's property.  
Sets a new value for the object's property.  
Sets a new value for the object's property.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.