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