 | ValueSequenceTDataTypeElementValue Constructor |
Creates the ElementValue structure for the defined Element and Value
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ElementValue(
XElement el,
TDataType val
)
Public Sub New (
el As XElement,
val As TDataType
)
public:
ElementValue(
XElement^ el,
TDataType val
)
Parameters
- el XElement
- The element
- val TDataType
- The value
See Also