RXClassIsDerivedFrom Method
|
Checks whether the class defined by this class
describing instance belongs to or derived from the specified
class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsDerivedFrom(
RXClass runtimeClass
)
Public Function IsDerivedFrom (
runtimeClass As RXClass
) As Boolean
public:
bool IsDerivedFrom(
RXClass^ runtimeClass
)
member IsDerivedFrom :
runtimeClass : RXClass -> bool
Parameters
- runtimeClass RXClass
- [in] Class describing instance to be checked.
Return Value
Boolean
The method returns true if and only if this object is an instance
of the specified class or a subclass of the specified class.
See Also