Click or drag to resize

ObjectWithAMLAttributes Constructor

Creates a wrapper to access specific AML Attributes for the provides object with attributes

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ObjectWithAMLAttributes(
	IObjectWithAttributes caexObject
)

Parameters

caexObject  IObjectWithAttributes
The CAEX object.
See Also