 | OrdinalScaledTypeTypeGetCaexValue Method |
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CaexValue GetCaexValue(
string attributeName
)
Public Function GetCaexValue (
attributeName As String
) As CaexValue
public:
virtual CaexValue^ GetCaexValue(
String^ attributeName
) sealed
Parameters
- attributeName String
- the name of the attribute
Return Value
CaexValueThe CAEXValue for the named attribute.
Implements
IAttributeValueTypeGetCaexValue(String)
See Also