 | InternalLinkTypeInterfaceFromAttributeValue Method |
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ExternalInterfaceType InterfaceFromAttributeValue(
string internalLinkAttributeValue
)
Public Function InterfaceFromAttributeValue (
internalLinkAttributeValue As String
) As ExternalInterfaceType
public:
ExternalInterfaceType^ InterfaceFromAttributeValue(
String^ internalLinkAttributeValue
)
Parameters
- internalLinkAttributeValue String
- The value of the InternalLink attribute, defining the Interface reference.
Return Value
ExternalInterfaceTypethe external interface
See Also