Click or drag to resize

NominalScaledTypeTypeItem Property

Gets the type-decoded value and sets the type-encoded value for the nominal value attribute with the defined value. To decode and encode the value, the related attribute must define an AttributeDataType.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public Object this[
	string nominalValue
] { get; set; }

Parameters

nominalValue  String
the nominal value

Return Value

Object
The value of the named NominalValue constraint.

Implements

IAttributeValueTypeItemString
Remarks
This indexer should only be used, if the list of nominal values contains distinct values only.
See Also