Click or drag to resize

AttributeTypeTypeGetCaexValue Method

Gets the CaexValue for the value attribute with the defined attribute name. The allowed Names as ATTRIBUTE_VALUE_STRING and ATTRIBUTE_DEFAULTVALUE_STRING.

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

Parameters

attributeName  String
The attribute name

Return Value

CaexValue
The CAEXValue of this attribute.

Implements

IAttributeValueTypeGetCaexValue(String)
See Also