Click or drag to resize

NominalScaledTypeTypeGetCaexValue Method

Gets the CaexValue for the for the nominal value attribute with the defined value.

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

Parameters

nominalValue  String
the nominal value

Return Value

CaexValue
The CAEXValue defined for the named nominalValue constraint.

Implements

IAttributeValueTypeGetCaexValue(String)
See Also