Click or drag to resize

IAttributeValueTypeGetCaexValue Method

Gets the CAEXValue for the named value attribute which allows type-coded access to the value property using appropriate encoding and decoding methods.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
CaexValue GetCaexValue(
	string attributeName
)

Parameters

attributeName  String

Return Value

CaexValue
The CAEXValue object
See Also