| Name | Description |
---|
 | ClassIsDerivedFromT(IClassWithBaseClassReferenceT, IClassWithBaseClassReferenceT) |
Determines, if the specified class is directly or indirectly (across multiple generations)
a descendant of the specified base class or identical to it. This method can be used, if the classes are
distributed over different CAEX documents, the documents should be referenced by external
references and alias references.
|
 | ClassIsDerivedFromT(IClassWithBaseClassReferenceT, String) |
Determines, if the specified class is directly or indirectly (across multiple generations)
a descendant of the class or identical to it, which is uniquely identified with the specified baseClass path.
The base class path or the referenced class path may contain alias identifiers. If alias
identifiers are present, the method tries to load the external referenced document.
|
 | ClassIsDerivedFromT(CAEXDocument, String, String) |
Determines, if the class, specified with the given class path is directly or indirectly (across multiple
generations)
a descendant of the class or identical to it, which is uniquely identified with the specified baseClass path.
The base class path or the referenced class path may contain alias identifiers. If alias
identifiers are present, the method tries to load the externally referenced document.
|