 | ExternalInterfaceTypeAssociatedObject Property |
Determines, if this external interface is associated to a SystemUnitClass, InternalElement,
InterfaceClass, RoleClass or
RoleRequirement and returns the Wrapper for this associated object.
Also works for nested Interfaces.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IObjectWithExternalInterface AssociatedObject { get; }
Public ReadOnly Property AssociatedObject As IObjectWithExternalInterface
Get
public:
property IObjectWithExternalInterface^ AssociatedObject {
IObjectWithExternalInterface^ get ();
}
Property Value
IObjectWithExternalInterface
The associated object.
See Also