 | AttributeTypeTypeGetCaexValue 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 attribute name
Return Value
CaexValueThe CAEXValue of this attribute.
Implements
IAttributeValueTypeGetCaexValue(String)
See Also