Click or drag to resize

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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IObjectWithExternalInterface AssociatedObject { get; }

Property Value

IObjectWithExternalInterface
The associated object.
See Also