Click or drag to resize

InternalLinkTypeInterfaceFromAttributeValue Method

Gets the Interface from the provided InternalLink Attribute value, which is from RefPartnerSideA or from the RefPartnerSideB attribute.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ExternalInterfaceType InterfaceFromAttributeValue(
	string internalLinkAttributeValue
)

Parameters

internalLinkAttributeValue  String
The value of the InternalLink attribute, defining the Interface reference.

Return Value

ExternalInterfaceType
the external interface
See Also