 | IQueryAllClassReferences(CAEXObject) Method |
Gets all classes which have references to the provided CAEX object. Use this method to get all classes which have
a class to class relation to the provided CAEX object.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<CAEXObject> AllClassReferences(
CAEXObject caexObject
)
Function AllClassReferences (
caexObject As CAEXObject
) As IEnumerable(Of CAEXObject)
IEnumerable<CAEXObject^>^ AllClassReferences(
CAEXObject^ caexObject
)
Parameters
- caexObject CAEXObject
- The CAEX object.
Return Value
IEnumerableCAEXObjectAn enumeration of all classes which use the provided CAEX object as a base class.
See Also