UnitsDimension: IDimInstance;
UnitsDimension: Prognoz.Platform.Interop.Dimensions.IDimInstance;
The UnitsDimension property returns data of measures and units dictionary.
To work with dictionary data as with an internal dimension of the time series database, the user needs to cast this interface to the IUnitsDimInstance interface.
The property use is given in the example for IMsUnitInfo.BaseUnit.
See also: