 | AMLLibrariesAutomationMLInterfaceClassLib Method |
Note: This API is now obsolete.
Gets the AutomationMLInterfaceClassLib for the specified CAEXVersion and
AMLversion.
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax[ObsoleteAttribute("Use generic version GetAutomationMLLibrary")]
public static Stream AutomationMLInterfaceClassLib(
string AMLversion,
string CAEXVersion
)
<ObsoleteAttribute("Use generic version GetAutomationMLLibrary")>
Public Shared Function AutomationMLInterfaceClassLib (
AMLversion As String,
CAEXVersion As String
) As Stream
public:
[ObsoleteAttribute(L"Use generic version GetAutomationMLLibrary")]
static Stream^ AutomationMLInterfaceClassLib(
String^ AMLversion,
String^ CAEXVersion
)
Parameters
- AMLversion String
- The AutomationML version string. Known versions are currently
'AML2_0' (version of AutomationML Edition 1) and 'AML2_10' (version of AutomationML Edition 2).
- CAEXVersion String
- The CAEX Schema verson. Supported versions are currently
'CAEX2_15' (used for AutomationML Edition 1) and 'CAEX3_0' (used for AutomationML Edition 2)
Return Value
StreamGets an AutomationML document stream containing the AutomationMLInterfaceClassLib
Remarks
Please note, that only the libraries, defined in
LibraryResources are available as embedded
resources.
If AMLVersion 'AML2_0' is requested with CAEXVersion 'CAEX3_0' the resulting stream is a transformed
'CAEX2_15' document.
See Also