 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Object this[
string nominalValue
] { get; set; }
Public Default Property Item (
nominalValue As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ nominalValue] {
Object^ get (String^ nominalValue) sealed;
void set (String^ nominalValue, Object^ value) sealed;
}
Parameters
- nominalValue String
- the nominal value
Return Value
ObjectThe 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