 | IObjectWithExternalInterfaceExternalInterfaceAndDescendants Property |
Gets the collection of ExternalInterface objects including all nested descendant interfaces
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<ExternalInterfaceType> ExternalInterfaceAndDescendants { get; }
ReadOnly Property ExternalInterfaceAndDescendants As IEnumerable(Of ExternalInterfaceType)
Get
property IEnumerable<ExternalInterfaceType^>^ ExternalInterfaceAndDescendants {
IEnumerable<ExternalInterfaceType^>^ get ();
}
Property Value
IEnumerableExternalInterfaceType
See Also