IDimAttributeInstance

Description

The IDimAttributeInstance interface contains properties and methods for working with dictionary attribute values.

Properties

  Property name Brief description
Attribute The Attribute property returns structure of dictionary attribute.
DataDomain The DataDomain property returns data type to store multibyte information in attribute.
DisplayDataDomain The DisplayDataDomain property returns type of multibyte information displayed in the attribute.
DisplayDataType The DisplayDataType property returns data type for displayed value.
DisplayDifferentValue The DisplayDifferentValue property determines whether the value, that is different from real attribute value, is displayed for the attribute.
DisplayValue The DisplayValue property returns displayed value of the current attribute for selected element.
Value The Value property returns value of element attribute.

Methods

  Method name Brief description
LookupDisplayValue The LookupDisplayValue method searches for displayed attribute value and returns element index if the search is successful.
LookupValue The LookupValue method searches for attribute value and returns element index if the search is successful.

See also:

Dimensions Assembly Interfaces