Click or drag to resize

AMLFacet   Conversion (AMLFacet to ObjectWithAMLAttributes)

Conversion to get access to specific AutomationML defined Attributes

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public 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
ExceptionCondition
ArgumentNullExceptionattributeType
See Also