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
)

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

©  Bricsys NV. All rights reserved.