 | AMLFacet Conversion (AMLFacet to ObjectWithAMLAttributes) |
Conversion to get access to specific AutomationML defined Attributes
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static implicit operator ObjectWithAMLAttributes (
AMLFacet facet
)
Public Shared Widening Operator CType (
facet As AMLFacet
) As ObjectWithAMLAttributes
static implicit operator ObjectWithAMLAttributes^ (
AMLFacet^ facet
)
Parameters
- facet AMLFacet
- The 'AMLFacet' CAEX object.
Return Value
ObjectWithAMLAttributes
The AMLFacet object, converted to an
ObjectWithAMLAttributes type, which provides access to
specific AML defined attributes.
Exceptions
See Also