FindById(AttributeId: String): IDimAttribute;
FindById(AttributeId: String): Prognoz.Platform.Interop.Dimensions.IDimAttribute;
AttributeId. Attribute identifier, based on which the search is performed.
The FindById method finds attribute in the index by its identifier.
The method returns attribute parameters in case of successful search, or Null if attribute with the specified identifier is not included into the index.
See also: