Retrieves information about the base class that the class is inherited from.
Returns
Returns a pointer to the base class object. If the class is on the top of the class hierarchy, the method returns a NULL pointer. If the base class is not an instance of the OdTfClass, the method also returns a NULL pointer.