Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Dimensions > Dimensions Assembly Interfaces > IUnitsDimInstance

IUnitsDimInstance

Assembly: Dimensions;

Description

The IUnitsDimInstance interface enables to work with internal measurement of units of time series database.

Inheritance Hierarchy

IUnitsDimInstance

Comments

The IUnitsDimInstance is also used to get the base unit of measure in the time series database.

Properties

  Property name Brief description
BasisByElement The BasisByElement property returns index of basic measurement unit for element.
BasisByElementKey The BasisByElementKey property returns index of basic measurement unit by element key.
ElementByKey The ElementByKey property returns element index by its key.
IsUnit The IsUnit property determines that the element is a measurement unit.
KeyByElement The KeyByElement property returns element's key.
MeasureByElement The MeasureByElement property returns element's measure.
Scale The Scale property returns element's scale.

See also:

Dimensions Assembly Interfaces