API Reference > Classes > OdTf Classes > OdTfClass Class > OdTfClass Methods > OdTfClass::tfParent Method
OdTfClass::tfParent Method
Syntax
C++
virtual OdTfClass* tfParent() const;

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.

Retrieves information about the base class that the class is inherited from.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.