 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxCaexValue GetCaexValue(
string attributeName
)
Function GetCaexValue (
attributeName As String
) As CaexValue
CaexValue^ GetCaexValue(
String^ attributeName
)
Parameters
- attributeName String
Return Value
CaexValueThe CAEXValue object
See Also