SourceAttribute(OriginalAttribute: IDimAttribute): IDimAttribute;
SourceAttribute[OriginalAttribute: Prognoz.Platform.Interop.Dimensions.IDimAttribute]: Prognoz.Platform.Interop.Dimensions.IDimAttribute;
OriginalAttribute - attribute of basic dictionary.
The SourceAttribute property determines correspondence between basic dictionary attribute and alternative dictionary attribute.
To determine index of alternative dictionary containing keys to compare elements of main and alternative dictionaries, use the IDimHierarchy.SourceIndex property.
The property use is given in the example for IDimHierarchies.Add.
See also: