Click or drag to resize

OrdinalScaledTypeTypeItem Property

Gets the type-decoded value and sets the type-encoded value for the value attribute with the defined name. The allowed Names are ATTRIBUTE_CONSTRAINT_ORDINAL_VALUE_STRING and ATTRIBUTE_CONSTRAINT_ORDINAL_MIN_STRING and ATTRIBUTE_CONSTRAINT_ORDINAL_MAX_STRING.

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

Parameters

attributeName  String
the name of the attribute

Return Value

Object
A type based object

Implements

IAttributeValueTypeItemString
See Also