 | ObjectWithAMLAttributes Constructor |
Creates a wrapper to access specific AML Attributes for the provides object with attributes
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ObjectWithAMLAttributes(
IObjectWithAttributes caexObject
)
Public Sub New (
caexObject As IObjectWithAttributes
)
public:
ObjectWithAMLAttributes(
IObjectWithAttributes^ caexObject
)
Parameters
- caexObject IObjectWithAttributes
- The CAEX object.
See Also