 | NominalScaledTypeTypeGetCaexValue Method |
Gets the
CaexValue for the for the nominal value attribute with the defined value.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CaexValue GetCaexValue(
string nominalValue
)
Public Function GetCaexValue (
nominalValue As String
) As CaexValue
public:
virtual CaexValue^ GetCaexValue(
String^ nominalValue
) sealed
Parameters
- nominalValue String
- the nominal value
Return Value
CaexValueThe CAEXValue defined for the named nominalValue constraint.
Implements
IAttributeValueTypeGetCaexValue(String)
See Also